Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

plz help me this assignment thank you so much Specification Write a script which will ask the user for the following Name Email Unix username

plz help me this assignment thank you so much

Specification

Write a script which will ask the user for the following

Name

Email

Unix username

Major

The program should then print each of the above values preceded by a label.

Each value and label must be on the same line.

Be sure to chose good variable names.

The prompts should tell the user what value is expected.

Make sure there is a space after the last letter in the prompt (see below).

Testing

Your output should look something like this

$ python3 hw2.py Name: Glenn Email: ghoffman@cs.umb.edu Unix username: ghoffman Major: Computer Science Name: Glenn Email: ghoffman@cs.umb.edu Username: ghoffman Major: Computer Science 

The text in blue is my response to each request for a value

The output does not have to line up neatly as I have done here.

Be sure to run this script on the Unix machine so you know it works in the environment in which I will run it when I score your homework.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions