what is the purpose of the two programming modes offered by IDLE?
Answers
Answered by
2
Answer:
IDLE can be used to execute a single statement just like Python Shell and also to create, modify, and execute Python scripts. IDLE provides a fully-featured text editor to create Python script that includes features like syntax highlighting, autocompletion, and smart indent.
Similar questions