89.7K subscribers
87 photos
13 videos
6 files
161 links
Python.hub
Download Telegram
Channel created
Channel photo updated
Channel name was changed to «PYthonHub»
Channel name was changed to «PythonHub»
If you want more free stuff, join our channel 😀
What will be the output of this function?
>>round (4.576)
Anonymous Quiz
31%
4
10%
576
28%
4.6
32%
5
What will be the Output 🤔👇
def fun_x(x):
x = x + '2' x = x * 2 return x print(fun_x("python"))
Anonymous Quiz
45%
python2python2
17%
python2
29%
Error
8%
None of above
>>> list1 = [11, 2, 23]
>>> list2 = [2, 11, 23]
>>> print(list1 == list2)
Anonymous Quiz
56%
False
13%
Error
27%
True
3%
None of the above