Python 🐍 Loops (for / while)

preview_player
Показать описание
Loops repeat a section of code until a condition is met (while loop) or for a specified number of cycles (for loop). Loops are used in an example case to solve a differential equation with Euler's method.

Рекомендации по теме
Комментарии
Автор

I just want to know the difference of execution of code in jupyter notebook and locally through .py file in Np++ ide .
Thank you

kiranseepana