Question: plz use python to slove this def student_data_final (email_address, course_marks, passed_python): (str, str, str) rightarrow str Given a student's email address, with the format first_name.last_name@gmail.com,
plz use python to slove this

def student_data_final (email_address, course_marks, passed_python): (str, str, str) rightarrow str Given a student's email address, with the format first_name.last_name@gmail.com, course marks formatted as 'number1, number2, number3, ...' and return a string representation of their data as "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
