/Guessing_game

Hola! This is a simple number guessing game made in Python🐍

Primary LanguagePython

Guessing_game

Hola! This is a simple number guessing game made in Python🐍

image

It is basically a project made for learing purposes, will be benificial for those who are new to this language

In this game, the computer generates a number randomly(here, integral number b/w 1 to 10) and the user have to guess that number correctly. Until the user enter the correct guessed number, the program will keep on executing

The 'time' module is later included to this program to make the execution of code in a bit sleepy manner, and to make code more visually appealing!

image

This simple program is having a algorithmic code and a neat struture