Computer Science, asked by mannshah2217, 4 months ago

From the Python shell, enter the following and observe the results:
>>> 10 in (40, 20, 10)
True
>>> 10 not in (40, 20, 10)
False
>>> grade = 'B+'
>>> grade in ('A', 'A+','B', 'B+', 'C','C+', 'D')
True
>>> >>> grade = 'E'
>>> grade in ('A', 'A+','B', 'B+','C', 'C+', 'D')
False
>>>

Answers

Answered by MrBaD143
0

Explanation:

bbhhkkkjgsshko uygnkkfdtii the yui

Similar questions