filmov
tv
Python Quiz 45 #pythonquiz #learningpython

Показать описание
In Python,
What will be the output of the following code?
my_tuple = ("hello", 5, True)
print(5 in my_tuple)
a) True
b) False
c) Error
Python Quiz, Membership Operators #pythonoperators #learningpython #python
What will be the output of the following code?
my_tuple = ("hello", 5, True)
print(5 in my_tuple)
a) True
b) False
c) Error
Python Quiz, Membership Operators #pythonoperators #learningpython #python