text = "Hello World" times = 3 repeated = text * times print('Not Repeated: ', text) print('Repeated: ', repeated)