filmov
tv
Python Quiz 41 #learningpython #pythonoperators

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