Source Code:
(back to article)
str1 = "Hello" result = str1 * 3 print(result)
Result:
Report an issue