Skip to content

Commit 25dee6a

Browse files
authored
Increment
1 parent e8f6188 commit 25dee6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

increment.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
x = 1
2+
x += 1
3+
4+
print(x)

0 commit comments

Comments
 (0)