def surround_block(tag, text):
Surrounds the given text with the given html tag and returns the string.
# insert code
Copyright By Assignmentchef assignmentchef
def create_email_link(email_address):
Creates an email link with the given email_address.
To cut down on spammers harvesting the email address from the webpage,
displays the email address with [aT] instead of @.
Example: Given the email address:
Generates the email link: CS: assignmentchef QQ: 1823890830 Email: [email protected]
Reviews
There are no reviews yet.