Question: Using Python Define a string variable, named my_info , and assign a string containing your first name, last name, email address, and phone number to
Using Python

Define a string variable, named my_info , and assign a string containing your first name, last name, email address, and phone number to the variable. Pass my_info to the print() function to display your full name, email address, and phone number in three lines with a blank line between each two lines. See the sample output below. Here is a sample output: My name is John Smith My email is jsmith@yahoo.com My phone number is (843)662-1234 If you are stuck on this problem, please see Chapter 1, Section 1 of the lecture notes. See how the variable long_str is defined and passed to the print() function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
