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 = [1, 2, 3]
y = x
y.append(4)
print(x)
5👏2👍1
Python For Beginners Easy and Detailed Guide 2024

Don't Forget to give reactions❤️
9👍1
rock_paper_scissor_game.py
2.2 KB
GUI Rock Paper Scissor Game in Python 🎮

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

     
        
Thanks For Joining All ❤️
6
def mystery(a, b, c):
return a + b * c

print(mystery(2, 3, 4))
2
What will be the output of the following code?
Anonymous Quiz
28%
20
57%
14
11%
24
5%
9
3
10 Different Data Charts Using Python 🐍

Don't Forget to give reactions❤️
2🥰1