Area conveter

 m=float(input("Enter are in m**2:"))

print("area in acres=",m/4046.86)

print("area in hectare=",0.0001*m)