can i tell 1 line of code to run 3 times in python code example Example: how to print a number at the end of a for loop in python for i in range(1,4): if i == 3: print(i)