Create a program that uses 3 variables named: “name”, “address”, and “phone”. Assign these three variables to input statements ,input("blah blah blah"), asking the user to enter their name, address and phone number. Such as: x = input(“Please enter a number between 1 and 100”) Then use 3 prints statements to print the values stored in the 3 variables. Don’t hard-code values in the print statements. Such as: print("Your name is: ", name) Add an extra, empty, print statement before your 3 print statements to create a blank line in your output so your program is more readable. A blank print statement looks like: print( ) Using a variable in your print statement makes your statement more robust. If the value changes say to 42 then you don’t have to change your print statement it will display the, correct, new number. Name the source code file yourName_lab3_1.py. Run the program. Capture the output and save it as an image file named yourName_LAB3_output1. pg.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter5: Looping
Section: Chapter Questions
Problem 14E: In Chapter 4, you created a program that generates a random number, allows a user to guess it, and...
icon
Related questions
Question
Create a program that uses 3 variables named: “name”, “address”, and “phone”. Assign these three variables to input statements ,input("blah blah blah"), asking the user to enter their name, address and phone number. Such as: x = input(“Please enter a number between 1 and 100”) Then use 3 prints statements to print the values stored in the 3 variables. Don’t hard-code values in the print statements. Such as: print("Your name is: ", name) Add an extra, empty, print statement before your 3 print statements to create a blank line in your output so your program is more readable. A blank print statement looks like: print( ) Using a variable in your print statement makes your statement more robust. If the value changes say to 42 then you don’t have to change your print statement it will display the, correct, new number. Name the source code file yourName_lab3_1.py. Run the program. Capture the output and save it as an image file named yourName_LAB3_output1. pg.
earch
Assignment
I. User Input
Create a program that uses 3 variables named: "name", "address", and "phone".
Assign these three variables to input statements input("blah blah blah"), asking the user to enter their name, address and phone number. Such as:
ox = input("Please enter a number between 1 and 100")
Then use 3 prints statements to print the values stored in the 3 variables. Don't hard-code values in the print statements. Such as:
• print("Your name is: ", name)
Add an extra, empty, print statement before your 3 print statements to create a blank line in your output so your program is more readable. A blank print statement looks like:
• print( )
Using a variable in your print statement makes your statement more robust. If the value changes say to 42 then you don't have to change your print statement it will display the, correct,
new number.
Name the source code file yourName_lab3_1.py.
- Run the program. Capture the output and save it as an image file named yourName LAB3_output1. pg.
Sample output below:
Lab 3 Part 1 - Capture Input
Enter your name: Sue B
Enter your address: 444 Appleyard Drive
Enter your phone number: 850-201-8277
Name:
Sue B
Address:
444 Appleyard Drive
67"F Sunny
Phone:
850-201-8277
Ps
ype here to search
Transcribed Image Text:earch Assignment I. User Input Create a program that uses 3 variables named: "name", "address", and "phone". Assign these three variables to input statements input("blah blah blah"), asking the user to enter their name, address and phone number. Such as: ox = input("Please enter a number between 1 and 100") Then use 3 prints statements to print the values stored in the 3 variables. Don't hard-code values in the print statements. Such as: • print("Your name is: ", name) Add an extra, empty, print statement before your 3 print statements to create a blank line in your output so your program is more readable. A blank print statement looks like: • print( ) Using a variable in your print statement makes your statement more robust. If the value changes say to 42 then you don't have to change your print statement it will display the, correct, new number. Name the source code file yourName_lab3_1.py. - Run the program. Capture the output and save it as an image file named yourName LAB3_output1. pg. Sample output below: Lab 3 Part 1 - Capture Input Enter your name: Sue B Enter your address: 444 Appleyard Drive Enter your phone number: 850-201-8277 Name: Sue B Address: 444 Appleyard Drive 67"F Sunny Phone: 850-201-8277 Ps ype here to search
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT