print('Hello world!')
#declarar variables
num1=int(input("\nintroduce el numero"))
num2=int(input("\nintroduce el numero"))
if num2<num1:
print("\nel mayor es",num1)
elif num2>num1:
print("\nel mayor es",num2)
else:
print("\nson iguales")
To embed this project on your website, copy the following code and paste it into your website's HTML: