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
>>> 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
Python Hub pinned Deleted message
»»» aList = [5, 10, 15, 25]
»»» print(aList[::-2])
Anonymous Quiz
25%
[15, 10, 5]
20%
[10, 5]
27%
[25, 10]
8%
[25, 10, 5]
19%
Error