Skip to content

dishapatil-05/Codveda-Technologies-Python-Internship-Task-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Codveda-Technologies-Python-Internship-Task-2

Task 2: Number Guessing Game

This project focuses on developing a Python-based Number Guessing Game.

The game generates a random number between 1 and 100, and the user has to guess the correct number within the given attempts.

Objectives

  • Generate a random number

  • Accept user input

  • Compare the guessed number

  • Display "Too High" or "Too Low" hints

  • Allow multiple attempts

  • End the game after winning or exhausting all attempts

Concepts Used

  • Python

  • Random Module

  • While Loop

  • If-Else Statements

  • User Input

Outcome

This project helped improve my understanding of Python programming, loops, conditional statements, and the Random module while building a simple interactive game.

About

Task 2: Number Guessing Game This project focuses on developing a Python-based Number Guessing Game where the user attempts to guess a randomly generated number with the help of hints such as "Too High" and "Too Low".

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages