9 Answers
New Answer1. You are supposed to use the input() 2. Read the task description carefully. 3. Link your code instead of screen shots. Go to Code section, click +, select the programming language, insert your code, save. Come back to this thread, click +, Insert Code, sort for My Code Bits, select your code
Use the starter code that they give you and work from there. It is there to help you. x = input() y = input() Be sure to read and understand the whole task description.
@Lisa INPUT: x = str(input("hi")) y = int(input(5)) print(x*y) OUTPUT: hi5hihihihihi Expected Output hihihihihi
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message