Python Quiz 41 #learningpython #pythonoperators

preview_player
Показать описание
In Python,

What will be the output of the following code?

numbers = [10, 20, 30]
print(15 in numbers)

a) True
b) False
c) Error

Membership Operators #pythonoperators #learningpython #python

---
Рекомендации по теме
visit shbcf.ru