Skip to content

Commit 7921ff5

Browse files
committed
Add week 1
1 parent c2ca000 commit 7921ff5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

week 1/lectures/control-flow.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mysum = 0
2+
3+
for i in range(7, 10):
4+
mysum += 1
5+
print(mysum)

0 commit comments

Comments
 (0)