Skip to content

Commit 58590cd

Browse files
committed
added import and input to test file
1 parent 5431c0d commit 58590cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/scripts/debugger/python_expressions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
import math
2+
3+
s = math.sqrt(eval(input("enter something to square root")))
4+
15
# python expressions
26

37
1

0 commit comments

Comments
 (0)