Python tutorial for ABSOLUTE Beginners! Break statement & While True - Episode 22

preview_player
Показать описание
Python Tutorial for ABSOLUTE Beginners Series - Break statement & While True

Welcome to my Python tutorial for ABSOLUTE Beginners Series.
This Series is going to be MASSIVE content for you for FREE with access to different kinds of EXERCISES that will be uploaded to my website RIGHT AFTER each of my uploads!

Please comment on any question you have below and I will be there to answer you!

#Python,#Tutorial,#Project

🔥 Link to my website for all EXERCISES and the CODE:

Connect with me with:

👍 Subscribe for more Python tutorials like this:

TABLE OF CONTENTS:
00:00 – 01:39 How to create an infinite loop?
01:40 – 03:30 Logic inside a While loop
03:31 – 05:12 Break Statement
05:13 - 07:29 Why use While True?
Рекомендации по теме
Комментарии
Автор

If at 04:20 I would write "if minutes <= 5" besides "if minutes == 5", would the program act differently?

jimshapedcoding