aboutsummaryrefslogtreecommitdiff
path: root/lessons/module1/secondfile.py
blob: 95a9a84c3cdfdbd7b7a4215b7d7906a2a0201ce0 (plain)
1
2
3
4
5
6
7
# This is a comment

print("hello world")

for i in range(1,11):
    print(i)