repeat string pattern in python code example Example: python string repeat print("Alice" * 5) # AliceAliceAliceAliceAlice