Question: 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

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!