Send email
Send email sends mail with smtplib / email.message, or a Gmail API. You need host, port, login. Never hard-code passwords in source — use env vars.
Classroom: show the Message structure (From, To, Subject, body). Real send needs credentials; the example prints the message text so it always runs.
Send email — output: Marks then Asha scored 90. Real email.message object. SMTP send needs login — don’t put passwords in code.
Parts of an email + never commit passwords.