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
("Python"[::-1])
3👍1
What will be the output of the following code?
Anonymous Quiz
47%
nohtyP
28%
Python
6%
nohty
19%
Error
5👏1
⌨️ Take Screenshots using Python
5🔥1
calculate.py
1.1 KB
Age Calculator in Python 👨‍💻

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

     
        
Thanks For Joining All ❤️
6
def func(a, b=5, c=10):
return a + b + c

print(func(3, 7))
6
What will be the output of the following code?
Anonymous Quiz
11%
15
49%
20
16%
25
23%
10
4
Python Dictionary Methods 🚀
4
Python Hand.pdf
31.4 MB
Python Hand-written Note's 👨‍💻

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

     
        
Thanks For Joining All ❤️
7
Which operator is used to check if two values are not equal in Python?
Anonymous Quiz
2%
=
23%
==
71%
!=
4%
not equal
8👏2
Python Cheat-sheet 2024 👨‍💻
6🔥2
tic_tac_toe.py
917 B
Tic Tac Toe Game in Python 🎮

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

     
        
Thanks For Joining All ❤️
8
Which of the following statements is used to terminate a loop in Python?
Anonymous Quiz
16%
exit
8%
stop
63%
break
13%
terminate
6👏2