Skip to content
#

loops-and-conditions

Here are 61 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

A simple, menu-driven calculator in Python that performs addition ➕, subtraction ➖, multiplication ×, and division ÷. Features a clean interactive interface with input validation and loops for continuous use. Perfect for beginners learning functions, conditionals, and user input.

  • Updated Jan 26, 2026
  • Python

A simple Python calculator that can perform addition, subtraction, multiplication, division, percentage, power, and square root operations. You can keep doing calculations as many times as you want or exit whenever you're done. This is a beginner-friendly project made while learning the basics of Python.

  • Updated Aug 10, 2026
  • Python

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