Python Hub
19.9K subscribers
80 photos
6 videos
14 files
207 links
๐Ÿ’ฌadmin @LinuxTeach๐Ÿ’ฌ
๐Ÿ‘‡ Free access to ๐Ÿ‘‡
1. Python Developer courses and Jobs
2. Machine Learning courses and Jobs
3. Direct Internship opportunities
4. Python free courses
๐Ÿ‘‡ Python Handwritten Notes ๐Ÿ‘‡
https://linktr.ee/python.hub
Download Telegram
These images are from our 200 pages Python Handwritten notes, if you want these notes complete pdf, click the link above
Python Hub pinned ยซhttps://pages.razorpay.com/pl_H8CijbBaTqjvUv/viewยป
>>> dict1 = {"key1":1, "key2":2}
>>> dict2 = {"key2":2, "key1":1}
>>> print(dict1 == dict2)
Anonymous Quiz
70%
True
27%
False
3%
None of above
>>> aTuple = ("Orange")
>>> print(type(aTuple))
Anonymous Quiz
35%
<class 'tuple'>
7%
<class 'tupl'>
52%
<class 'str'>
5%
None of above
100% free for 22 hrs
Free for 2 days from now