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

Using Python Define a string variable, named my_info , and assign a

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

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