gc-server3 4 달 전
부모
커밋
cc53f47f9b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      sandbox/math_formula.py

+ 3 - 0
sandbox/math_formula.py

@@ -0,0 +1,3 @@
+from fractions import Fraction
+
+print(Fraction(5, 4) * Fraction(8, 7))