Python Quiz 45 #pythonquiz #learningpython

preview_player
Показать описание
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
Рекомендации по теме