This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
GlobalCube
/
Python-Projekte
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
a8d423263d
Ramuri
Etichete
master
Python-Projekte
/
sandbox
/
math_formula.py
math_formula.py
71 B
Istoric
Crud
1
2
3
from fractions import Fraction
print(Fraction(5, 4) * Fraction(8, 7))