Completed 4-3 Counting to Twenty
This commit is contained in:
parent
5ceed5b558
commit
91c697224e
6
Chapter_04/countingToTwenty.py
Normal file
6
Chapter_04/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