Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
itcet
/
app
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
922b77afcd
Branches
Tags
master
app
/
calculator
calculator
82 B
Historique
Raw
1
2
3
4
5
6
while True:
arg = input("Calculator: ")
try:
print(eval(arg))
except:
break