66.4k views
1 vote
X = 10
y = 20
x > y
print("if statement")
print("else statement")

User Dhobbs
by
5.5k points

1 Answer

3 votes
I dont really understand what you want to do but im gonna answer it as if I understood it.

If x is 10 and y is 20 then y is larger than x
User Ania Warzecha
by
5.9k points