filmov
tv
Python - While Loops Tutorial 2 (Guessing Game)
![preview_player](https://i.ytimg.com/vi/cwJmquAhVOM/maxresdefault.jpg)
Показать описание
Learn how create a While loop in Python. In this video, the user will try to guess your favourite video game. They will continue guessing until they guess correctly.
~ CODE ~
game = "Minecraft"
guess = input("Guess what my favourite video game is: ")
while guess != game:
guess = input("Incorrect - try again! \n \nGuess what my favourite video game is: ")
print("Congratulations - you guessed my favourite video game!")
~ CODE ~
game = "Minecraft"
guess = input("Guess what my favourite video game is: ")
while guess != game:
guess = input("Incorrect - try again! \n \nGuess what my favourite video game is: ")
print("Congratulations - you guessed my favourite video game!")
While loops in Python are easy ♾️
#20 Python Tutorial for Beginners | While Loop in Python
The Basics of while Loop in Python
While Loops in Python | Python for Beginners
While Loops and For Loops in Python | Learning Python for Beginners | Code with Kylie #6
While Loops in Python
Python Tutorial for Beginners 7: Loops and Iterations - For/While Loops
Python While Loops | Python Tutorial #13
Python Live Stream 10 hours part 222
Python For Loops - Python Tutorial for Absolute Beginners
Python While Loops & For Loops | Python tutorial for Beginners
While Loop in Python | Python Tutorials for Beginners #lec50
Python Programming Tutorial #7 - While Loops
While Loops and The Break Statement in Python (Python Tutorial #6)
Python Tutorial 13: Understanding Python While Loops
Python 101 Tutorial - while Loop Statements - Writing simple loops and avoiding infinite loops.
Python Loops Tutorial | Loops In Python | For Loop, While Loop and Nested Loop | Simplilearn
While Loops | Python Tutorial
While Loop in Python (Perform a Task 1000000 times With Ease) #8
While Loop | Python | Tutorial 20
Python 3 programming tutorial: While Loop
While Loop In Python | Python While Loop Example | Python Tutorial | Python Programming |Simplilearn
Python while loop 🔄
How to Use 'break' and 'continue' in Python 'while' Loops
Комментарии