def displayPunishment(n): for i in range(1,n): print("I will not talk in class") displayPunishment(500)