print = input ("enter vehicle speed: ") if speed <50: print = input ("no fine") if speed 51-55: print = input ("just a caution") if speed 56-60: print = input ("fine is $200") if speed 60: print =input ("fine is $1000")