0
Problem related to coding playground
Why I cannot write strings in the coding playground option
1 ответ
+ 1
To take string input just write:
input("You can display text here")
To store the input create a variable and write:
string = input("Enter text")
If you don't want to or need to then you can leave the brackets blank and it'll still do the same job.