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

11th Sep 2025, 12:53 PM
Luca Galvano
1 Answer
+ 1
name = input() #asking for input by using the input function print(name) Keep learning
11th Sep 2025, 1:51 PM
Unknown Decoder
Unknown Decoder - avatar