Python Tutorial - Guess the Number Game

preview_player
Показать описание
Learn how to code a fun game in Python where you have to guess a random number between 1 and 50. The computer will tell you whether you need to guess higher or lower until you guess the number correctly.

Рекомендации по теме
Комментарии
Автор

Worked on this problem on my own for quite some time, and I kept getting stuck with my "Congrats, you got it correct" part. Out of the multiple sources I checked you were the only person to explain it clearly without having a jumbled mess of code. Thank you!

grimkesta
Автор

i had a school assignment and i was really confused on how to make a random number game this really helped my thank you

mandy-gmod
Автор

this was so easy, I'm learning python and this is good. thanks man

Frazmetic
Автор

We use your code at a coding club at my school very helpful with those of us that want to learn python, we use MU and I also watch you at home!

NerroPlaysGames
Автор

Cool. This is a nice game and a great project.

yaminithalari
Автор

Explained perfectly! Well done mate you've earned yourself a steak on the barbie!

turkeytime
Автор

Now I am able to do this game without any help and its very simple for beginners. Thank you once more for explaining and making people understand

scratchersdotcom
Автор

I have learned and have been introduced to the random library by this video of yours which is amazing and I appreciate the explanation done by you

scratchersdotcom
Автор

thanks for the detailed explanation! that helped a lot!!

marianaurel
Автор

Thank you for the exercise. It was simple and easy to follow

JockimStbernard
Автор

Thank you so much for the clear explanation.

olimpyoga-luizfernandoolim
Автор

Very well explained, thank you very much!

What if I don't want to keep it in a range? Is that possible?

bnwguitarist
Автор

Do you know how to make the game keep a record of all attempts made

TripleTXL
Автор

Thanks alot for the help. Is there a way i can put the amount of tries?

lightly
Автор

thanks for who made this video.
this very helpful to me thank you very much

imdragon
Автор

how would i add a list of highscores that stays if i close the program?

fordy
Автор

how do i add points system in this?
like if the guess is low then subtract 10 points
and if guess is high then subtract 20 points
and if guess is right add 100 points
if the player initially has 100 points.

PaakhiMishraBEC
Автор

Thank You! Now I can do my coding much easier! I was struggling on a task at school and I had no solution. Since you told us, it has made my day. Thank you! I will subscribe on my brand accounts and other accounts too to show my appreciation towards you!

eliteeesa
Автор

how do i set this to 3 attempts of guess?

taniaafrin
Автор

How would I create a maximum amount of guesses, this is for a project. please help.

tsuyoaj