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