Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Guide X escape.py x escape.py (tutor) #Variable . declaratons Collapse Exercises namel . = . str (Bob's . done . and) W name2 . =

image text in transcribed
Guide X escape.py x escape.py (tutor) #Variable . declaratons Collapse Exercises namel . = . str ("Bob's . done . and") W name2 . = . str ("Sue's . done") Exercise 3: Concatenation #Getting. names . from. Codio Codio will provide 2 strings to your program. namel . = . input(bob) name2 . = . input (sue) #. Your. code . goes . here Your job is to join the strings together with some additional text. For instance if we input Bob and Sue for name2. we want our program to output 8 print (namel+"'s . done . and . "+name2+" 's .done") 9 Bob's . done . and . Sue's . done Bob's done and Sun's done Since this program requires input. you will not be able to test your program first using the Try It Rather click on the Code Visualizer link to run your code line by line Once you open this, and the reads the input statements. it will show you a box to enter in some data. Code Visualizer If your code is running correctly, you can click on the Check It! button to grade your work Check Bel Show diff

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

Step: 3

blur-text-image

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

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions