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
Ver Fonte
Sandbox
gc-server3
há 4 meses atrás
pai
56486b156d
commit
cc53f47f9b
1 ficheiros alterados
com
3 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
3
0
sandbox/math_formula.py
+ 3
- 0
sandbox/math_formula.py
Ver Ficheiro
@@ -0,0 +1,3 @@
+from fractions import Fraction
+
+print(Fraction(5, 4) * Fraction(8, 7))