/Hangman

Primary LanguagePython

Hangman

This is basic command line based game While creating this game i've learned these concepts in python:

  • Conditionals
  • String manipulation
  • Loops
  • List comprehension
  • Functions
  • Dunder or magic methods
  • Random mdoule