Hola! This is a simple number guessing game made in Python🐍
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!
This simple program is having a algorithmic code and a neat struture