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
most famous Python course in the world, get as soon as possible
>>> L = [2, 3, 4]
>>> M = [3, 4, 5]
>>> print(max(L) > max(M))
Anonymous Quiz
16%
True
69%
False
12%
Error
3%
None of above
this is our website, we upload many free courses daily on our website
x = abs(-7.25)

print(x) What will be the output?
Anonymous Quiz
15%
-7.25
56%
7.25
21%
7
8%
None of above
Join fast πŸ‘†, free for 7 hrs only
Channel photo updated
3 new courses added, grab them fast
friends, please share our channel and website with your friends so that they can also get benefited
What will be the output of the following Python Code? func = lambda x: return x
print(func(2))
Anonymous Quiz
38%
SyntaxError
8%
x
19%
2.0
33%
2
2%
0
Which of these is not a core data type?
Anonymous Quiz
4%
Lists
12%
Dictionary
9%
Tuples
75%
Class