Welcome to Westonci.ca, your go-to destination for finding answers to all your questions. Join our expert community today! Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

Hey, I am doing coding class FLVS! I need help with this, In the image you have to turn that unto a code. I am doing DBS so what would be the code?

Hey I Am Doing Coding Class FLVS I Need Help With This In The Image You Have To Turn That Unto A Code I Am Doing DBS So What Would Be The Code class=

Sagot :

Answer:

Sorry, I don't know.

Answer:

# Name, Date, Short Description

def main():

   age = int(input("How old are you?"))

if(age >= 16):

       print("You can drive a car!")

   else:

    print("You must be 16 or older to drive.")

main()