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
3 Antworten
0
Pls I don't understand ur question
Do you want to print the user input??
0
question edited can recheck it
0
text = input("Enter your text :")
print(text)