difference between python IDLE and python script
Answers
Answered by
7
Answer:
They are both the same thing but, IDLE is made to write python code so its better if you can to write on IDLE. ... When you hit , the console sends the line of text to python, which is waiting for input on sys. stdin. When Python processes the line, it sends output to sys
Answered by
3
Explanation:
. They are both the same thing but, IDLE is made to write python code so its better if you can to write on IDLE. You can also try Notepad++ its a pretty good program to write code on. ... When Python processes the line, it sends output to sys.
Similar questions