x = 20
y = 20

# Write the first if statement here:
if x==y:
   print("These numbers are the same")