You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Write a program that reads the car velocity, if exceed the 80km/h limiter, show a messenger saying they were fined, the fine cost $7.00 per km over the limit
kmCar=float(input('How many Km are you driving? '))