WORKING IN INTERACTIVE MODE (PYTHON IDLE):-
An interactive mode of working means you type the command - one command at a time ad then it will show you the result of that single code that you typed. If you are working in PYTHON IDLE then you have to type the code in front of this prompt >>>, otherwise, if you are working in a different PYTHON program then you have to type your code in front of this prompt [ID]. for example:-
>>>2+5
7
To work in interactive mode, follow the process shown below:-
(i)Open Python[IDLE]
(i)Open Python[IDLE]
No comments:
Post a Comment
If you have any doubts, please do let me Know.