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
Science,
2 months ago
Geography,
2 months ago
Science,
2 months ago
Social Sciences,
5 months ago
Business Studies,
5 months ago
Economy,
10 months ago
Physics,
10 months ago