Question 26
Consider the following Python code:
Which of the following statements is/are true?
If x = 5 and y = 2, then output will be
If x = 4 and y = 8, then output will be
If x = 3 and y = 3, then output will be
If x = 10 and y = 5, then output will be