+ 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!")
3 ответов
+ 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.
+ 2
It worked! Thnx guys
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