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
What will be the output of the following code?

print(bool(0), bool(3), bool(-5))
Anonymous Quiz
29%
True True True
51%
False True True
9%
False False False
11%
True False False
6
Basic Python Revision Note's 🚀
7
countdown_timer.py
302 B
Count-Down Timer in Python ⏱️

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

     
        
Thanks For Joining All ❤️
5👍4🤔1
a = [1, 2, 3]
a.insert(1, 5)
print(a)
5
What will be the output of the following code?
Anonymous Quiz
52%
[1, 5, 2, 3]
18%
[1, 2, 5, 3]
20%
[5, 1, 2, 3]
10%
[1, 5, 3]
3👏1🤔1
Python Cheat-Sheets

Don't Forget to give reactions❤️
4👏3
rock_paper_scissor.py
745 B
Rock Paper Scissor Game in Python 🚀

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

     
        
Thanks For Joining All ❤️
10
Which of the following data structures does not allow duplicate elements?
Anonymous Quiz
24%
Dictionary
11%
List
40%
Set
25%
Tuple
3👏3
Python Road-map 🐍

Don't Forget to give reactions❤️
7