Skip to content
#

conditionals

Here are 23 public repositories matching this topic...

🐍 A structured compilation of my learnings from the "Programming in Python" course, part of the Meta Backend Developer specialization on Coursera. This repository serves as a comprehensive Python resource, documenting key concepts, hands-on exercises, and structured explanations to reinforce learning. It is continuously updated as I progress

  • Updated Apr 29, 2025
  • Python

The classic game of hangman written completely in Python. The hangman game randomly chooses a word, count its letters, and presents a list of “_” characters equal to that number. The player guesses a letter which the game checks. If it’s correct it replaces the “_” character with the letter and continues. If it is in-correct it “draws” the hangm…

  • Updated Jan 14, 2022
  • Python

Improve this page

Add a description, image, and links to the conditionals 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 conditionals topic, visit your repo's landing page and select "manage topics."

Learn more