Question: namel * = * s t r ( ) name 2 . = * s t r ( ) #Getting. names. from Codio namel *

namel *=*str()
name2.=*str()
#Getting. names. from Codio
namel *=* input ()
name 2*=* input ()
#*Your code goes*here
I
I
Collapse
Exercises
Exercise 3: Concatenation
Codio will provide 2 strings to your program.
Your job is to join the strings together with some additional text. For instance if we input Bob for name1 and Sue for name2, we want our program to output:
Bob's done and Sue's done
Since this program requires input, you will not be able to test your program first using the Try It button. Rather click on the Code Visualizer link to run your code line by line. Once you open this, and the code 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 ItI button to grade your work.
 namel *=*str() name2.=*str() #Getting. names. from Codio namel *=* input ()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!