© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Adoo Darko Jonathan
robotics 🦾 | web development 💻
So, for the second part, what if 20 wasn't the first item in the list? What happens?
Bright Andoh
|Mastering python🧠|Aspiring Data Scientist 📊|Game Enthusiast🎮|Robotics🦾
The loop gets broken immediately because the first condition is not met and if the first condition doesn’t work whole code wouldn’t function. Hope this helped .
Oh yeahBright Andoh