+ 2
My strings dont work
When I input '<text>' (with no <>) there is no input, what can I do?
13 Respuestas
+ 3
Print(input())
+ 2
You mean when you input 'text' it doesn't display?
+ 2
It works fine when I tried
+ 2
You need to use print(input())
+ 2
Where did it said?
+ 2
If it's interpreter there it will print directly using">>>" but in sololearn playground you need to use print ,also I checked the lesson you were talking about ,you should go through comments section as well
+ 1
yes
+ 1
It happens only in the playground, playground bug.
+ 1
then why in the learning it says that you can write with 'text'
+ 1
oh ok
0
You should use input('<text>')