We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ca000 commit 7921ff5Copy full SHA for 7921ff5
week 1/lectures/control-flow.py
@@ -0,0 +1,5 @@
1
+mysum = 0
2
+
3
+for i in range(7, 10):
4
+ mysum += 1
5
+ print(mysum)
0 commit comments