/LearningPython

Let's learn Python Language!!

Primary LanguagePython

Learning Python

  • 🌪️ Basics -- Comments, print and input, data types, arithmetic operations, type convertion, String operations
  • 🌪️ Additional Data Types -- Lists, list methods, tuples and dictionaries
  • 🌪️ Conditional Statements -- If, else, elif
  • 🌪️ Loops -- For, While, break, continue, pass