Westonci.ca makes finding answers easy, with a community of experts ready to provide you with the information you seek. Find reliable answers to your questions from a wide community of knowledgeable experts on our user-friendly Q&A platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.
Sagot :
Answer:
brought_food = True
brought_drink = False
# These lines don't work! Fix them so that they do.
print "Did the person bring food? " + str(brought_food)
print "Did the person bring a drink? " + str(brought_drink)
Explanation:
i got 100%
In this exercise we have to use the knowledge of the python language to write the code, so we have to:
The code is in the attached photo.
What is a string?
String is a collection of alphabets, words or other characters. It is one of the primitive data structures and are the building blocks for data manipulation.
So to make it easier the code can be found at:
brought_food = True
brought_drink = False
# These lines don't work! Fix them so that they do.
print "Did the person bring food? " + str(brought_food)
print "Did the person bring a drink? " + str(brought_drink)
See more about python at brainly.com/question/26104476
Thank you for your visit. We're dedicated to helping you find the information you need, whenever you need it. Thank you for choosing our platform. We're dedicated to providing the best answers for all your questions. Visit us again. We're glad you chose Westonci.ca. Revisit us for updated answers from our knowledgeable team.