for loop up to 5 in python code example Example: how to add for loop in python for i in range(1,2,3): #you can change 1,2,3 print(i)