0
14.3 python multiple variables practice problem question help
Sample code: x = input () y = input () Sample input: awesome 3 Sample output: awesomeawesomeawesome Question: Given the code above, output the input x repeated y times.
1 Answer
+ 3
Look at the lesson, there's an example of how to repeat a string. Mind that y needs to be an int()