0

Print text with input

question is text = ____ print(____) choose option to put in the blank ablove -> [ user , text , input() , x , print ] i tried text = input() print(text) it failed ??? it was question in code playground

14th Aug 2020, 7:04 AM
Rohit Mahajan
Rohit Mahajan - avatar
3 Antworten
0
Pls I don't understand ur question Do you want to print the user input??
14th Aug 2020, 8:28 AM
🔥 Destiny Travolta 🔥
0
question edited can recheck it
14th Aug 2020, 10:15 AM
Rohit Mahajan
Rohit Mahajan - avatar
0
text = input("Enter your text :") print(text)
30th Jan 2023, 5:07 PM
Manhar Hadiyal
Manhar Hadiyal - avatar