You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
A simple multiplayer Hangman game built using Python. Players take turns guessing letters of a randomly selected word. Correct guesses earn points, while incorrect guesses reduce the number of remaining chances.
Core Python assignments and practice programs completed during my Data Analysis training at TOPS Technologies Pvt. Ltd.. This repository includes beginner-to-intermediate Python concepts such as strings, lists, tuples, dictionaries, functions, file handling, exception handling, random module, and logic-building exercises.