• Help

 

a = 4 and b = 4 ?

if a <= b: print("X", end=" ") print("Y")

What is the outcome?

.