Skip to content

Commit a03edb1

Browse files
authored
Add files via upload
1 parent ec10420 commit a03edb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

loop.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mynumberlist = range(2,9,2)
2+
for num in mynumberlist[2:]:
3+
print(num)
4+
print("all done")

python101_lesson3_Script.odt

23.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)