index
:
python
master
Unnamed repository; edit this file 'description' to name the repository.
kdam0
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
)