...
/Quiz Yourself on Python Built-ins
Quiz Yourself on Python Built-ins
Test yourself on Python built-ins.
We'll cover the following...
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
Access this course and 1400+ top-rated courses and projects.