6 RĂ©ponses
+ 2
what error? what operating system? do you want to use an ide or run code in a terminal?
+ 1
We cant help if we dont see your code, because there is chance you have some bug.
You can try to run your code here, this is online python compiler
https://www.programiz.com/python-programming/online-compiler/
If there code work fine than you didnt do something good, while running python code on your pc
+ 1
This look like indentation problem
name = input()
print(name)
Try this, if dont work than watch some tutorial how to run code
https://youtu.be/Qi28uPKaH_A
0
First let me say I am new in that đ
I trying to see even if I do this, it will ask me for the input,
But it just do an error
What is the mistake I am doing?
This is the coda:
name = input ()
print (name)
0
Work, (in online python)
0
Depends on the IDE, if you are using atom, let me know so I can help you