This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
GlobalCube
/
Python-Projekte
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Sandbox
gc-server3
4 mesi fa
parent
56486b156d
commit
cc53f47f9b
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
sandbox/math_formula.py
+ 3
- 0
sandbox/math_formula.py
Vedi File
@@ -0,0 +1,3 @@
+from fractions import Fraction
+
+print(Fraction(5, 4) * Fraction(8, 7))