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
Hangman is a word-guessing game. The computer selects a random word, and the player tries to guess it letter by letter. The player has a limited number of attempts. Incorrect guesses lead to parts of a stick figure being drawn. If the player guesses the word before the figure is complete, they win.
Developed an interactive Python-based quiz game testing knowledge of MOVIES. Features include 15 multiple-choice questions,scoring,rewards. Technologies: Python, random module.
This Python script serves as a simulation for managing a vegetable shop/grocery shop/fruits shop day-to-day operations. It includes functionalities for maintaining inventory, interacting with customers, generating bills, and producing end-of-day reports on sales and profits.
This repository contains basic Python programs to help beginners understand fundamental concepts like user input, operations, control flow, and data structures, with a focus on best practices and efficiency. To run the code, remove the triple quotes (''') placed before and after the code.
This repository is my Python learning journal where I write simple programs to practice core concepts. Each program reinforces my understanding of functions, loops, conditions, and basic Python syntax. I'm following the DRY principle while exploring Python3 basics, including if-else, while loops, and return statements.