Uploaded October 2017 | Updated September 2026, 2 weeks ago
A quick overview of 'while' loops in Python 3. They're useful for command-line apps and games where you want to run interactively and let the user decide when it's time to exit your program (among other things).
I'll also show you how to use 'input()', a super useful function that you can use to get input from a user (to make your programs interactive).
The whole Python 3 Basics Playlist: youtube.com/playlist?list=PLtK75qxsQaMIHM0tNit2YLXvTuwrP1-Bq
Free Linux Sysadmin Course Playlist: youtube.com/playlist?list=PLtK75qxsQaMLZSo7KL-PmiRarU7hrpnwK
Check out my step-by-step project-based Linux course for beginners, 93% off when you use this link: udemy.com/hands-on-linux-self-hosted-wordpress-for-linux-beginners/?couponCode=TL-YOUTUBE
Official Site & e-mail list: tutorialinux.com
Twitter: twitter.com/tutorialinux
Facebook: facebook.com/tutorialinux
Patreon: patreon.com/tutorialinux
Podcast: kernelpanicpodcast.com
A quick overview of 'while' loops in Python 3. They're useful for command-line apps and games where you want to run interactively and let the user decide when it's time to exit your program (among other things).
I'll also show you how to use 'input()', a super useful function that you can use to get input from a user (to make your programs interactive).
The whole Python 3 Basics Playlist: youtube.com/playlist?list=PLtK75qxsQaMIHM0tNit2YLXvTuwrP1-Bq
Free Linux Sysadmin Course Playlist: youtube.com/playlist?list=PLtK75qxsQaMLZSo7KL-PmiRarU7hrpnwK
Check out my step-by-step project-based Linux course for beginners, 93% off when you use this link: udemy.com/hands-on-linux-self-hosted-wordpress-for-linux-beginners/?couponCode=TL-YOUTUBE
Official Site & e-mail list: tutorialinux.com
Twitter: twitter.com/tutorialinux
Facebook: facebook.com/tutorialinux
Patreon: patreon.com/tutorialinux
Podcast: kernelpanicpodcast.com










