Question: ) In the following code cell, create three strings: your first name, middle name, and last name. Concatenate these strings to form your full name

) In the following code cell, create three strings: your first name, middle name, and last name.
Concatenate these strings to form your full name and print the result by merely typing the
variable's name (simple inspection).
b) Add another cell and repeat the printing process, but this time, use the print() function.
Include comments in the cell explaining the difference in the output, specifically, why one
has quotes, and the other doesn't.
c) String Indexing: Given the string "PythonProgramming" as a variable, create a code cell that
extracts and prints the word "Python"

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!