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