skip to main (ir a principal) |
skip to sidebar (ir al sidebar)
Python development life cycle
There are some steps to describe the life cycle of python programming development:-
- Write your program or edit (modify or change if required) your program.
- Run your python program on some input.
- If output is not correct then return to editing step and modify the program.
- Repeat step 2 and step 3 for other inputs, if any.
Note :- Python is an interpreted language unlike C,C++ and Java so there is no separate compilation step.
No comments:
Post a Comment