Skip to content

Latest commit

Β 

History

History
17 lines (14 loc) Β· 457 Bytes

File metadata and controls

17 lines (14 loc) Β· 457 Bytes

Python Crash Course

Python Crash Course Repo

πŸ§‘πŸ»β€πŸ’» Complated Topic

  • πŸŽ‰ Hello World Program in Python
  • ✨ Python Syntex
  • 🐸 Comments In Python
  • 🌟 Variable In Python
  • 🌼 Python all Data Type
  • πŸ‘‘ Python Condition (if elif else) Everything
  • πŸ”₯ While Loop In Python
  • 🐒 For Loop In Python (Including List, Dict etc)
  • πŸ† Function In Python
  • πŸ’» Class In Python
  • πŸ”« Python Inheritance (With Type)