Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)

Could someone tell me what is a While loop in Python? 

1 Answer

0 votes
by (108k points)

While loop in Python is a statement which repeatedly executes a particular block of code or statement as long as the condition serves true.

Want to learn Python and get certified? Then check out the Python course from Intellipaat which includes 42hrs online training course along with 7guided projects to gain hands-on experience.

Also, check out our YouTube video on Python Loops from our experts to get started.

Related questions

0 votes
1 answer
asked Sep 23, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Nov 18, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Feb 9, 2021 in Python by ashely (50.2k points)
0 votes
1 answer
asked Dec 8, 2020 in Python by ashely (50.2k points)

Browse Categories

...