Pushkar Kumar’s Post

🚀 Day 3 of My Python Learning Journey Today I learned about Operators in Python 🐍 Operators are used to perform operations on variables and values. ✅ Types of Python Operators I learned: 🔹 Arithmetic Operators → "+ - * / % ** //" 🔹 Comparison Operators → "== != > < >= <=" 🔹 Assignment Operators → "= += -= *=" 🔹 Logical Operators → "and or not" 📌 Example: a = 10 b = 5 print(a + b) # Addition print(a > b) # Comparison print(a and b) # Logical 💡 Understanding operators helps in writing logical and efficient programs. Step by step improving my Python fundamentals 🚀 #Python #PythonLearning #CodingJourney #10DaysOfCode #Programming #DeveloperJourney #LearnInPublic

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories