Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
2いいね 44回再生

while loop in python | Python Programming for Beginners | KTU Practical

Here will show how to make a while loop in python.

What is while loop in Python?
A while loop is a control flow statement which repeatedly executes a block of code until the condition is satisfied. It stops executing the block only if the condition fails. One should use a 'while' loop when one needs to perform a repeated operation, but doesn't know in advance how many iterations would be needed.

コメント