We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f6188 commit 25dee6aCopy full SHA for 25dee6a
increment.py
@@ -0,0 +1,4 @@
1
+x = 1
2
+x += 1
3
+
4
+print(x)
0 commit comments