0
Can somebody pls solve this?
# Ask the user for input and store it in a variable name = # Display the user input on the screen
1 Réponse
+ 1
name = input() #asking for input by using the input function
print(name)
Keep learning
# Ask the user for input and store it in a variable name = # Display the user input on the screen