Inputs in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Inputs in Python

Using the in-App console in Python, I never seem to be able to give a name to the input : s = input ("What is your name ?") . It only and always says "It seems like your code needs an input", and the "What is your name ?" appears nowhere. Am I doing something wrong ?

7th Jun 2019, 7:32 AM
Craz
Craz - avatar
4 Answers
+ 1
I see, thanks a lot.
7th Jun 2019, 10:43 AM
Craz
Craz - avatar
+ 1
I agree with seb TheS inputs in sololearn are like the massage after you input somthing... I mean... Instead of saying what is your name you should say the your name is ... And then u print the input thing
7th Jun 2019, 6:59 PM
Amirabbas
Amirabbas - avatar
0
No, in SoloLearn playground it works a little different to what it is supposed to. You should download a Python IDE.
7th Jun 2019, 9:35 AM
Seb TheS
Seb TheS - avatar
0
Mmh, I don't think so. I was just looking for a way that when the person has to enter something, it's written in the box a message. But apparently it doesn't work here :)
7th Jun 2019, 2:56 PM
Craz
Craz - avatar