This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
GlobalCube
/
Python-Projekte
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Sandbox
gc-server3
4 meses atrás
pai
56486b156d
commit
cc53f47f9b
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
3
0
sandbox/math_formula.py
+ 3
- 0
sandbox/math_formula.py
Ver arquivo
@@ -0,0 +1,3 @@
+from fractions import Fraction
+
+print(Fraction(5, 4) * Fraction(8, 7))