def compa9():
a=int(input("enter the first number"))
b=int(input("enter the second number"))
compa9()
if a==b:
a==a
b==b
print("they are equal")
if a>b:
a==a
b==b
print (a,"is bigger and") (b,"is smaller")
if a<b:
a==a
b==b
print (b,"is bigger and") (a,"is smaller")
#i tried to write a program to find the which number is bigger or smaller in python but i am getting an error,what should i do??