Learning Arithmetic Operators in Python with 10k Coders

#PythonLearningJourney | Day 3 ⚙️ Hi everyone! I couldn’t post for the last few days, but I’m back to continue my Python learning journey. 💪 Today, I learned about Arithmetic Operators in Python — they are used to do basic math in programs. 🎯 Topic: Arithmetic Operators 🧠 What I Learned: Python has different arithmetic operators: 1️⃣ + → Adds two numbers 2️⃣ - → Subtracts one number from another 3️⃣ * → Multiplies two numbers 4️⃣ / → Divides and gives the full result (with decimals) 5️⃣ % → Gives the remainder of a division 6️⃣ ** → Used to find powers (like 2³ = 8) 7️⃣ // → Divides and gives only the whole number part 💻 Practice: I tried small programs using these operators with different numbers. It was fun to see the difference between / (which gives a decimal) and // (which gives only the whole number). Learning these basics is helping me understand Python better day by day with 10k Coders. 🚀 #Python #10kCoders #LearningJourney #FullStackDevelopment #Coding #Operators #Growth

  • graphical user interface, text, application

To view or add a comment, sign in

Explore content categories