can someone please help me out with this. Thanks.

Question Answered step-by-step can someone please help me out with this. Thanks. Image transcription text(2) How would you update the regular expression if a new rule is to be added: “the host portion of anemail address should only end with character [a-zA-Z]? (Please write down the updated regular expression.) (6marks) 1# -*- coding: utf-8 -*- 2 3 import re 4 5 def emailvalidate (email) : 6# if match: 7# return Tr… Show more… Show morecan someone please help me out with this. Thanks. Computer Science Engineering & Technology Python Programming CS 2531 Share QuestionEmailCopy link Comments (0)