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
What will be the output of the following Python code snippet if x=1?,๐ฅ๏ธ๐ค
x << 2
x << 2
Anonymous Quiz
24%
2
46%
1
25%
4
5%
8
What will be the output of this function?
>> round (4.576)
>> 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
>> 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 :
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)
--> min(max(False,-3,-4), 2,7)
Anonymous Quiz
10%
-4
20%
-3
17%
2
52%
False
What will be the output of the following Python code?๐ง ๐ค๐ฅ๏ธ
--> l=[1, 0, 2, 0, 'hello', '', []]
list(filter(bool, l))
--> l=[1, 0, 2, 0, 'hello', '', []]
list(filter(bool, l))
Anonymous Quiz
17%
[1, 0, 2, โhelloโ, โ, []]
40%
Error
26%
[1, 2, โhelloโ]
16%
[1, 0, 2, 0, โhelloโ, โ, []]