Tesla

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. Powering off") elif int(age) > 18: print("Powering On. Enjoy the ride!"); elif int(age) == 18: print("Congratulations on your first year of driving. Enjoy the ride!") checkDriverAge(18)
Editor Settings
Theme
Key bindings
Full width
Lines