We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 70ad193Copy full SHA for 70ad193
evalCalc.py
@@ -0,0 +1,3 @@
1
+print("WELCOME!")
2
+equation=input("ENTER:")
3
+print(eval(equation))
0 commit comments