Loading...
Expected output:
Code:
name = input('What is your name? ')
name = 'John'
for i in range(3): num = input('Enter a number: ') # Use num somehow
for num in [3, 5, 2]: # Use num somehow