how to repeat a string infinite times in python code example Example: python string repeat n times print("Alice" * 5) # AliceAliceAliceAliceAlice