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

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education