1 hello = "Hello World" 2 noun "David" 3 numberof__friends = "2" name_of_friend = "Carly" 5 location = "la MC" time = "5:30 pm" 4. 7 8 print(hello) print("Im only as smart as", noun, "because I'm reading.") 10 print("There are only",numberof_friends, "friends available to eat with you today") print("why don't we call", name_of_friend, "today?") 12 print("If they bring their partner then we need a table for", name_of_friend*2) 13 print("We need to arrive at", location, "at what time?") 14 print("We have to be there at", time, "or else o'Brien will say i told you so") 9. 11

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 2GZ
icon
Related questions
Question
100%

Take the fixed code and use thed formatted strings instead of using so many commas to produce the samae output?

main.py
1
hello
"Hello World"
2
noun
"David"
3 numberof__friends = "2"
name_of friend
location = "la MC"
"5:30 pm"
4
"Carly"
6.
time
7
print(hello)
print("Im only as smart as", noun, "because I'm reading.")
10 print("There are only",numberof_friends, "friends available to eat with you today")
11 print("Why don't we call", name_of_friend, "today?")
12 print("If they bring their partner then we need a table for", name_of_friend*2)
13 print("We need to arrive at", location, "at what time?")
14 print("We have to be there at", time, "or else o'Brien will say i told you so")
8.
9.
input
Hello World
Im only as smart as David because I'm reading.
There are only 2 friends available to eat with you today
Why don't we call Carly today?
If they bring their partner then we need a table for CarlyCarly
We need to arrive at la MC at what time?
We have to be there at 5:30 pm or else O'Brien will say i told you so
Transcribed Image Text:main.py 1 hello "Hello World" 2 noun "David" 3 numberof__friends = "2" name_of friend location = "la MC" "5:30 pm" 4 "Carly" 6. time 7 print(hello) print("Im only as smart as", noun, "because I'm reading.") 10 print("There are only",numberof_friends, "friends available to eat with you today") 11 print("Why don't we call", name_of_friend, "today?") 12 print("If they bring their partner then we need a table for", name_of_friend*2) 13 print("We need to arrive at", location, "at what time?") 14 print("We have to be there at", time, "or else o'Brien will say i told you so") 8. 9. input Hello World Im only as smart as David because I'm reading. There are only 2 friends available to eat with you today Why don't we call Carly today? If they bring their partner then we need a table for CarlyCarly We need to arrive at la MC at what time? We have to be there at 5:30 pm or else O'Brien will say i told you so
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,