Skip to content

ankita459/Bingo-game-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Bingo-game-using-Python

In this code, we first use the random module to generate a random number between 0 and 99. Then we ask the user to input a number using the input() function, and convert it to an integer using the int() function.

We then use an if statement to check if the user's guess is equal to the random number. If it is, we print "Bingo!". Otherwise, we print "Better Luck Next Time!".

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages