rename file to follow convention
This commit is contained in:
parent
91c697224e
commit
70240c3f8d
6
Chapter_04/4-3_countingToTwenty.py
Normal file
6
Chapter_04/4-3_countingToTwenty.py
Normal file
@ -0,0 +1,6 @@
|
||||
# Excercise 4-3 Counting to Twenty
|
||||
# Learning Objective: Use for loop and range method.
|
||||
|
||||
for number in range(1, 21):
|
||||
print(number)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user