+ 1
Fill in the blank to produce code which takes text as input, assigns it to the name variable and output it .print(name__input())
3 Answers
+ 3
Please tag the language relevant to your question, and take a step back on this chapter ...
https://code.sololearn.com/W3uiji9X28C1/?ref=app
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2429/
+ 1
text = input
print(input
)
0
Please don't put everything in the heading: it gets cut off and indentation gets messed up.
Review the previous lessons â you'll find the answer there