This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
GlobalCube
/
Python-Projekte
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
cc53f47f9b
Ramos
Etiquetas
master
Python-Projekte
/
sandbox
/
math_formula.py
math_formula.py
71 B
Histórico
Em bruto
1
2
3
from
fractions
import
Fraction
print(Fraction(
5
,
4
) * Fraction(
8
,
7
))