Check driver age

Run Settings
LanguagePython
Language Version
Run Command
def checkDriverAge(age=0): if int(age) < 18: print("Sorry, you are too young to drive this car.") elif int(age) > 18: print("Powering on: Enjoy your ride!") elif int(age) == 18: print("Congratulations on your first year of driving. Enjoy the ride!") checkDriverAge(90)
Editor Settings
Theme
Key bindings
Full width
Lines