Skip to content
#

loops-and-conditions

Here are 9 public repositories matching this topic...

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.

  • Updated Oct 7, 2024
  • Python

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.

  • Updated Oct 8, 2024
  • Python

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.

  • Updated Jun 19, 2025
  • Python

Improve this page

Add a description, image, and links to the loops-and-conditions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loops-and-conditions topic, visit your repo's landing page and select "manage topics."

Learn more