0
How do i open the console?
i m pretty sure my question will make you facepalm but i downloaded python but i dont know how to open the console. it says to open IDLE but i dont know how. please help. thank you.
5 Answers
0
What is your os??? (windows,linux,...)
0
windows
0
just have a look under apps -> python3.x -> IDLE.
you can start it like every ordinary program ;-)
0
thank you!
0
if you just want to run a little code, you can also open the windoes command prompt (called cmd) and type in python. I do that all the time to check small bits of code, or to use the help function. it works the same as the prompt in idle though