Warning! It seems that you are using Dodona within another webpage, so not everything may work properly. Let your teacher know so that he can solve the problem by adjusting a setting in the learning environment. In the meantime, you can click
this link to open Dodona in a new window.
Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
x = 3
y = 4
if x == 3 and y == 4:
print("x is 3")
print("y is 4")
if x > 2 and y < 5:
print("x > 2")
print("y < 5")
if x < 4 and y > 3:
print("x < 4")
print("y > 3")