We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e425a9a commit acb5321Copy full SHA for acb5321
stringevaluate.py
@@ -0,0 +1,3 @@
1
+string = "4*4+5//3"
2
+d= eval(string)
3
+print(d)
0 commit comments