Computer Science, asked by akkshayalakshmi6, 1 month ago


x = 'Hello world'
y = {1:'a',2:'b'}

print('H' in x)

print('hello' not in x)

print(1 in y)

print('a' in y)​

Answers

Answered by pshanthianand
0

Answer:

First, we solve any operations inside of parentheses or brackets. Second, we solve any exponents. Third, we solve all multiplication and division from left to right. Fourth, we solve all addition and subtraction from left to right.

Similar questions