We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5431c0d commit 58590cdCopy full SHA for 58590cd
client/scripts/debugger/python_expressions.py
@@ -1,3 +1,7 @@
1
+import math
2
+
3
+s = math.sqrt(eval(input("enter something to square root")))
4
5
# python expressions
6
7
0 commit comments