»»» aList = [5, 10, 15, 25]
»»» print(aList[::-2])
»»» print(aList[::-2])
Anonymous Quiz
25%
[15, 10, 5]
20%
[10, 5]
27%
[25, 10]
8%
[25, 10, 5]
19%
Error
»»» print(type(([2,3])))
Anonymous Quiz
35%
<class 'tuple'>
54%
<class 'list'>
5%
<class 'None'>
6%
Error
>>> d = {"p":1, "q":2, "r":3}
>>> print("p" in d)
>>> print("p" in d)
Anonymous Quiz
53%
True
11%
False
32%
Error, in operator not supported for dictionaries in Python
3%
None
How many bytes are there in 1 GB?
Anonymous Quiz
15%
1,073,744
15%
1,73,741,824
40%
1,073,741,824
10%
1,073,824
20%
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
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