How to code in python editor.
1).
a.
This is shell mode of
IDLE.
b.
In this mode, we can only
execute code but cannot save code to any specific location.
2). To save your code to specific
location we need to go to File option and create new file or we can do by
pressing Ctrl + N.
Then untitled window will appear
where we can write our code and save it to specific location.
Comments
Post a Comment