Question
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...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Industrial Relations in Canada
Authors: Fiona McQuarrie
4th Edition
978-1-118-8783, 1118878396, 9781119050599 , 978-1118878392
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App