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

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
Get step-by-step solutions from verified subject matter experts
