loops-and-conditions · GitHub Topics · GitHub
Skip to content
#

loops-and-conditions

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

Designed and implemented a Simple Rule-Based Chatbot using Python as part of an AI internship project. The chatbot uses conditional statements and keyword matching to provide responses to greetings, small talk, help requests, and Artificial Intelligence-related questions. It also records conversation history in a log file, making it an interactive

  • Updated Jun 29, 2026
  • 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