Input doenst work properly (Python 3) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Input doenst work properly (Python 3)

I'm trying to make a easy beginning program while i'm learning but when I use input it does weird stuff. When I put things in it, it takes long to load and then say time limit expired. My code is only 3 lines long : print("Hello their!\nWelcome too Chaot") Name = input("What is your name?\n") print(Name + "?\nOkay, now I know that, let's have some fun.\nThis gonna be fantastic!")

9th Mar 2018, 7:57 PM
meike buysse
meike buysse - avatar
3 Answers
+ 4
Works perfectly fine on my end and in only a couple seconds. Sometimes SoloLearn has some issues with being laggy or unresponsibe, but usually it clears up rather quickly. Try it again and it may work as intended.
9th Mar 2018, 8:03 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 2
It worked! Thnx guys
9th Mar 2018, 8:17 PM
meike buysse
meike buysse - avatar
0
Did you write your last print in two lines like in your question? It seems like the code playground has a problem with it and you have to use 3 ". Try to write print(""" text""") Edit: I tried it again and it gave me an error like it should, so the code playground is really laggy
9th Mar 2018, 8:08 PM
Moritz Vogel
Moritz Vogel - avatar