Question: python I really need the answer of those question please I have an exam after 40 min please q1 How would you define a function
python
I really need the answer of those question please I have an exam after 40 min please
q1 How would you define a function called "email_my_friend" which accepts 3 parameters:
- "email_address"
- "subject"
- "message"
Select one:
a.
def email_my_friend[email_address, subject, message]:
b.
def email_my_friend(email_address, subject, message):
c.
function email_my_friend(email_address, subject, message):
d.
def email_my_friend(email_address, subject, message)
q2 A loop is a section of code which repeats until the user manually stops the program.
Select one:
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
