What I want to happen is if the number is over 500 for the console to print something, but right now it counts how long the number is not how high its numerical value is.
print ("What Is The Current Distance In Meters?")
distance = input ()
if len (distance) >= 500:
(print) ("Thanks")