#Repeat a block of code 5 times
for i in range(5):
    print('This is loop number ', i + 1)