Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

python question 0 Exercise 3 : Concatenation Codio will provide 2 strings to your program. Your job is to join the strings together with some

python question 0 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 namel 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 It! button to grade your work. Check it! NextSN +000 #Variable declaratons namel = str() name2= str() #Getting names from Codio namel = input() name2= input)7. # Your code goes here

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

Oracle 10g Database Administrator Implementation And Administration

Authors: Gavin Powell, Carol McCullough Dieter

2nd Edition

1418836656, 9781418836658

More Books

Students also viewed these Databases questions

Question

What is the median debt-to-income ratio?

Answered: 1 week ago

Question

What is the median loan amount?

Answered: 1 week ago