Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use python 3.6 please Write a program that prompts a user to enter their name, and using that name, generates them a University of Auckland

Use python 3.6 please

image text in transcribed

Write a program that prompts a user to enter their name, and using that name, generates them a University of Auckland username. Name your program 'YourUserNameA103.py', e.g. dazh001A103.py A University of Auckland username consists of the first letter of the user's first name (in lowercase), followed by the first three letters of their surname (also in lowercase), and followed finally by a randomly generated three digit number from 1 to 999. You can assume that the user will always enter only a first name and a surname separated by a space as their name. You can also assume that their surname will have at least 3 letters. Below are three example outputs using the completed program. Your program must give the output in the same format as the outputs in the three examples below University of Auckland Username Generator Please enter your name: Damir Azhar Your username is dazh007 University of Auckland Username Generator Please enter your name: Adriana Ferraro Your username is afer095 University of Auckland Username Generator Please enter your name: Ann Cameron Your username is acam988

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

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions

Question

Explain the functions of financial management.

Answered: 1 week ago

Question

HOW MANY TOTAL WORLD WAR?

Answered: 1 week ago

Question

Discuss the scope of financial management.

Answered: 1 week ago

Question

Discuss the goals of financial management.

Answered: 1 week ago