What is the structure of a while loop ?



What is the structure of a while loop ?..

Answer / Viveka Nand Shukl

The structure of a while loop in Python is: `while condition:n code_blockn continue_condition`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

Which is better flask or django?

1 Answers  


Why is csrf important?

1 Answers  


What are the signals in django?

1 Answers  


Where are django migrations stored?

1 Answers  


Write a program to read and write binary data using python?

1 Answers  


List server requirement to install django framework?

1 Answers  


Discuss django architecture.

3 Answers  


What happens if you put an else statement after block?

1 Answers  


What is use of session in django framework?

1 Answers  


Which companies are using django?

1 Answers  


What is recommended way to install django?

1 Answers  


Is django better than flask?

3 Answers  


Categories