Python Hub
19.2K subscribers
83 photos
6 videos
14 files
210 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
>>> d = {"p":1, "q":2, "r":3}
>>> print("p" in d)
Anonymous Quiz
53%
True
11%
False
32%
Error, in operator not supported for dictionaries in Python
3%
None
>>> a="2"
>>> b="2"
>>> a+b
Anonymous Quiz
59%
'22'
15%
'4'
13%
4
13%
Error
>>> tup = ("1234")
>>> print(type(tup))
Anonymous Quiz
34%
tuple
55%
string
4%
None
7%
Error
print('python' > 'java')
Anonymous Quiz
61%
True
14%
False
20%
Error
5%
None of above
Hello friends, thank you for being with us, we will be posting free udemy courses from now, but we can not guarantee that it will be free or not, we suggest you to use vpn
okay friends, let us try something more
What will be the output of the following Python code snippet if x=1?,πŸ–₯οΈπŸ€”
x << 2
Anonymous Quiz
24%
2
46%
1
25%
4
5%
8
Channel name was changed to Β«PythonHubΒ»
Channel name was changed to Β«Python.HubΒ»
What will be the output of this function?
>> round (4.576)
Anonymous Quiz
25%
4
49%
5
8%
576
18%
4.6
What are the values of the following Python expressions?πŸ§ πŸ€”πŸ–₯️

>> 2**(3**2) >>(2**3)**2 >> 2**3**2
Anonymous Quiz
44%
512,64,512
35%
512,512,512
13%
64,512,64
9%
64,64,64
Hello Guys...
Good morning....
Here is the latest Python Notes for Professionals :
What will be the output of the following Python function? πŸ§ πŸ€”πŸ–₯️
--> min(max(False,-3,-4), 2,7)
Anonymous Quiz
10%
-4
20%
-3
17%
2
52%
False