Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a function called myemail that takes two arguments: a first name and a last name, and returns a email address in lower case.

 

Create a function called myemail that takes two arguments: a first name and a last name, and returns a email address in lower case. The email is made by taking the first letter of the first name and the first 5 letters of the last name and adding 01 and @to the end.For example, @my.shepherdcollege.com the function call: myemail(Amelia Earhart')

Step by Step Solution

3.33 Rating (150 Votes )

There are 3 Steps involved in it

Step: 1

Certainly Heres a Python function called myemail that creates an emai... 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

Industrial Relations in Canada

Authors: Fiona McQuarrie

4th Edition

978-1-118-8783, 1118878396, 9781119050599 , 978-1118878392

More Books

Students also viewed these Programming questions