2. Write the output of the following program lines? Not, and, or
x, y = 5, 6
print (x == 5)
print ( x == 6)
print (x == 5 and y == 6)
print (not x == 6 and y==6)
Answers
Answered by
0
Answer:
x ==5 and y==6
Explanation:
this is the correct answer
Similar questions
Art,
2 months ago
English,
2 months ago
Hindi,
2 months ago
Social Sciences,
4 months ago
Business Studies,
4 months ago
Economy,
9 months ago
Physics,
9 months ago