rename file to follow convention

This commit is contained in:
cheeks 2025-01-21 11:54:35 -05:00
parent 91c697224e
commit 70240c3f8d

View 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)