1. Write a personalGreeting function which, after asking for the user's name, outputs a personalised greeting. E.g., for user input Sam, the function should output the greet- ing Hello Sam, nice to see you! (note the details of the spaces and punctuation).

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Note: python language for soluton
Strings
1. Write a personal Greeting function which, after asking for the user's name, outputs a
personalised greeting. E.g., for user input Sam, the function should output the greet-
ing Hello Sam, nice to see you! (note the details of the spaces and punctuation).
2. Write a formal Name function which asks the user to input his/her given name and
family name, and then outputs a more formal version of their name. E.g. on input
Sam and Brown, the function should output S. Brown (again note the spacing and
punctuation).
3. Copy the kilos2pounds conversion function from your pract1.py file. Modify this
function so that its output takes the form of a message such as "12.34 kilos is equal
to 27.15 pounds", where both the user's kilos value and the calculated pounds values
are displayed to two decimal places.
4. Suppose the University decides that students' email addresses should be made up of
the first 4 letters of their surname, the first letter of their forename, and the final
two digits of the year they entered the university, separated by dots. Write a function
called generateEmail that outputs an email address given a student's details. (E.g., if
the user enters the following information: Sam, Brown and 2022, the function should
output:
brow.s.22@myport.ac.uk
Transcribed Image Text:Note: python language for soluton Strings 1. Write a personal Greeting function which, after asking for the user's name, outputs a personalised greeting. E.g., for user input Sam, the function should output the greet- ing Hello Sam, nice to see you! (note the details of the spaces and punctuation). 2. Write a formal Name function which asks the user to input his/her given name and family name, and then outputs a more formal version of their name. E.g. on input Sam and Brown, the function should output S. Brown (again note the spacing and punctuation). 3. Copy the kilos2pounds conversion function from your pract1.py file. Modify this function so that its output takes the form of a message such as "12.34 kilos is equal to 27.15 pounds", where both the user's kilos value and the calculated pounds values are displayed to two decimal places. 4. Suppose the University decides that students' email addresses should be made up of the first 4 letters of their surname, the first letter of their forename, and the final two digits of the year they entered the university, separated by dots. Write a function called generateEmail that outputs an email address given a student's details. (E.g., if the user enters the following information: Sam, Brown and 2022, the function should output: brow.s.22@myport.ac.uk
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY