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
x = [0, 1, 2, 3, 4]
print(x[::2])
What will be the output of the following code?
Anonymous Quiz
46%
[0, 2, 4]
16%
[1, 3]
17%
[0, 1, 2, 3, 4]
21%
Error
2👍2
5 Powerful Functions in Python 👨‍💻

Don't Forget to give reactions❤️
8👍2
QuizGame.py
1.2 KB
Quizzes Game in Python 🐍

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

     
        
Thanks For Joining All ❤️
7👍2
("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