

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a Python IDE ?(a) IDLE (b) Spyder (c) jupyter Notes (d) Sublime text |
Answer» sublime is not an ide<br>IDLE\xa0is a Python IDEJupyter Notebook**\xa0is a Python web-based applicationSpyder\xa0is a Python IDESublime Text\xa0is a Text Editor | |