Question: write a python program to request the user to type his/her first name and assign it to a variable called first_name. Then request the user
write a python program to request the user to type his/her first name and assign it to a variable called first_name. Then request the user to type his/her last name and store in the variable last_name. Then print the following message (in a single line) Hi first_name last_name, how is it going?
Input John Doe Expected Correct Output
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
