🚀 Python Challenge! 🚀
Consider the following code snippet:
i = 5
while i > 0:
i -= 1
❓ How many times will the while loop execute?
Think you’ve got it? Cast your vote below! ⬇️
🔢 Options:
✅ A) 5
✅ B) 0
✅ C) 4
✅ D) 6
💡 Need more practice? Test your skills with our Python While Loop Quiz.
👉 Take the Quiz: https://yasirbhutta.github.io/python/quizzes/python-while-loop-quiz.html
#Python #CodingChallenge #yasirbhutta