+ 1
Complete the code to ask the user for input store in the name (tom) variable and display in on the screen
Please solve anyone
3 Respuestas
+ 6
Show your code attempt so we can check on it and help you to solve it yourself.
You will not get anything out of it if you let others do the work for you.
Tag the relevant programming language, not "anyone".
+ 2
Reading these might help you (or help us help you)
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
https://code.sololearn.com/W3uiji9X28C1/?ref=app
https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
0
# Ask the user for input and store it in a variable
name =
# Display the user input on the screen