index
:
Self-learning
master
All the stuff I do, while I teach myself code and stuff
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
Beginner training
/
Basic synthax.py
blob: 2d87410f9c191c3596f59c605e33ec427bcfcb3e (
plain
) (
blame
)
1
2
3
4
5
import
sys
import
random
import
os
for
x
in
range
(
0
,
6
,
2
):
print
(
x
)