Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Ex: If the input is: Zoe miles then the output is: Zoe and Lee are best friends, but Zoe lives 3 8 miles west of

Ex: If the input is:
Zoe
miles
then the output is:
Zoe and Lee are best friends, but Zoe lives 38 miles west of Lee. Zoe wants to visit Lee next summer.name1= input()
unit = input()
# Modify the following line
friends_str ='{0} and Lee are best friends, but {0} lives 38{1} west of Lee. {0} wants to visit Lee next summer.'
# format() replaces the curly braces in a string with variables.
# This method is being used to test your code.
new_str = friends_str.format(name1, unit)
print(new_str)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Oracle Fusion Applications Installation And Administration

Authors: Tushar Thakker

1st Edition

1484209834, 9781484209837

More Books

Students also viewed these Databases questions

Question

LO26.4 Analyze the economic effects of tariffs and quotas.

Answered: 1 week ago