Python Programming
1.75K subscribers
592 photos
2 videos
190 files
8 links
Learning Python programming is easy! 🔥

🎯 Free project tutorials


🏆 Daily quiz and Weekly Quiz Challenge

🚀 Hands-on guides


Learn to build projects from small to large and improve your skills!

Support My Work: https://buymeacoffee.com/mdsabbirahma
Download Telegram
a = (1, 2, 3)
a[0] = 5
print(a)
2👍1
What will be the output of the following code?

#Python #Quiz
Anonymous Quiz
36%
(5, 2, 3)
15%
[5, 2, 3]
29%
Error
20%
(1, 2, 3)
👍3🤔32
Dictionary Method 📃

Don't Forget to give reactions❤️
5👍2👏2
Repost♻️ Complete Python🐍 Roadmap❤️👨_💻.pdf
1.5 MB
Python Roadmap 🚀

Do not forget to React ❤️  to this Message for More Content Like this

     
        
Thanks For Joining All ❤️
6
Which of the following is an immutable type in Python?

#python #quizzes
Anonymous Quiz
22%
List
11%
Dictionary
15%
Set
52%
Tuple
3
Python Functions Example 😊

Don't Forget to give reactions❤️
4👍4
function_calculator.py
988 B
Python Function Calculator 🧮

Do not forget to React ❤️  to this Message for More Content Like this

     
        
Thanks For Joining All ❤️
6
a = [1, 2, 3]
b = a
a.append(4)
print(b)
3
What will be the output of this code?

#python #Quizzes
Anonymous Quiz
16%
[1, 2, 3]
66%
[1, 2, 3, 4]
15%
Error
3%
[4]
3🤔1
1
Object Oriented Programming with Python 🐍

Don't Forget to give reactions❤️
5👍3