Answer to Question #95181 in Python for jacob

Question #95181
Let's play Silly Sentences!

Enter a name: Grace
Enter an adjective: stinky
Enter an adjective: blue
Enter an adverb: quietly
Enter a food: soup
Enter another food: bananas
Enter a noun: button
Enter a place: Paris
Enter a verb: jump

Grace was planning a dream vacation to Paris.
Grace was especially looking forward to trying the local
cuisine, including stinky soup and bananas.

Grace will have to practice the language quietly to
make it easier to jump with people.

Grace has a long list of sights to see, including the
button museum and the blue park.
1
Expert's answer
2019-09-26T14:34:11-0400

print("Let`s play Silly Sentences!")

name = input("Enter a name: ")

adj = input("Enter an adjective: ")

adj2 = input("Enter an adjective: ")

adv = input("Enter an adverb: ")

food = input("Enter a food: ")

food2 = input("Enter another food: ")

noun = input("Enter a noun: ")

place = input("Enter a place: ")

verb = input("Enter a verb: ")

print(f"{name} was planning a dream vacation to {place}.")

print(f"{name} was looking forward to trying the local cuisine, including {adj} {food} and {food2}.")

print(f"{name} will have to practice the language {adv} to make it easier to {verb} with people.")

print(f"{name} has a long list of sights to see, including the {noun} museum and the {adj2} park.")   



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS