PI
Certified Associate in Python Programming
73 Questions
Question No. 1
What is the expected behavior of the following snippet?
def a (1, I):
return1 [I]
pr8int (a(0,[1))
It will:
Choose the correct option from the given list.
01 / 73