Quiz Yourself on Python Built-ins
Test yourself on Python built-ins.
Quiz
1
What will be the output of the following code?
a = ''
b = ''
c = ''
if_exist = any([a, b, c])
print (if_exist)
A)
True
B)
{}
C)
[‘a’,‘b’,‘c’]
D)
False
Question 1 of 30 attempted
Get hands-on with 1400+ tech skills courses.