0
Need help
Somebody wrote code to take a string input and output it, repeated 10 times. However, the code results in an error
4 Réponses
+ 2
Where is your solution?
+ 1
string_to_print(input())
print(string_to_primt*10)
I'm sure it goes something like that.
+ 1
Asking for a friend? Or are you that "somebody"? ;P
+ 1
I you didnt understand how this work, read lection again
userInput = input()
print(userInput * 10)