Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
itcet
/
app
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
922b77afcd
Branches
Tags
master
app
/
calculator
calculator
82 B
Histórico
Raw
1
2
3
4
5
6
while True:
arg = input("Calculator: ")
try:
print(eval(arg))
except:
break