This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
GlobalCube
/
Python-Projekte
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
afdf948956
Haarat
Tagit
master
Python-Projekte
/
sandbox
/
math_formula.py
math_formula.py
71 B
Historia
Raaka
1
2
3
from
fractions
import
Fraction
print(Fraction(
5
,
4
) * Fraction(
8
,
7
))