We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e094498 commit 8760ee9Copy full SHA for 8760ee9
test_sum.py
@@ -0,0 +1,3 @@
1
+a = 10
2
+b = 3
3
+print("a+b =", a+b)
0 commit comments