0

How do I use input in PYTHON in PC

‏i tried to use input in python in my pc windows but it all the time an error

20th Dec 2021, 10:16 AM
‎Liron Dook
‎Liron Dook - avatar
6 RĂ©ponses
+ 2
what error? what operating system? do you want to use an ide or run code in a terminal?
20th Dec 2021, 10:47 AM
Slick
Slick - avatar
+ 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
20th Dec 2021, 11:09 AM
PanicS
PanicS - avatar
+ 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
20th Dec 2021, 12:42 PM
PanicS
PanicS - avatar
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)
20th Dec 2021, 11:52 AM
‎Liron Dook
‎Liron Dook - avatar
0
Work, (in online python)
20th Dec 2021, 12:56 PM
‎Liron Dook
‎Liron Dook - avatar
0
Depends on the IDE, if you are using atom, let me know so I can help you
21st Dec 2021, 1:20 PM
Some Guy Whit A Computer
Some Guy Whit A Computer - avatar