Question: Write an input ( ) statement to read a string from input and assign the string to a variable named first _ name. Then, write

Write an input() statement to read a string from input and assign the string to a variable named first_name. Then, write another input() statement to read a string from input and assign the string to a variable named last_name.
Click here for example 1
Ex: If the input is:
Guy
Ray
then the output is:
Guy . Ray
Click here for example 2
Ex: If the input is:
Mai
Rios
then the output is:
Mai . Rios

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 Programming Questions!