1.

Write the syntax of a while loop.

Answer»

The syntax of a while loop in Python programming language is :

while expression :

statement(s)



Discussion

No Comment Found