Question

Assignment 1 Workbook

REMINDER: THIS IS A CODEBOOK TO PRACTICE YOUR ASSIGNMENT ONLY. TO SUBMIT YOUR ASSIGNMENT, GO TO THE ASSIGNMENT SUBMISSION

LINK ON YOUR COURSE DASHBOARD.

Write a Python program that takes an email ID as input from the user. Your program must first check if the user input is a valid email ID. In addition, your program

needs to do the following as described in the sub-problems below.

First, create a step-by-step algorithm and a flowchart and then translate it into a fully functional and documented Python code. Follow the flowchart shape

conventions from the session 3 reading, available here.

Question 1 of 5

1. Print out the email ID as separate parts. For instance, if the email id is some.body@zu.ac.ae, the program prints

ID: some.body

Domain: zu.ac.ae

Normal

: BIU 99

EEEEA

Writo Commont hore

Question image 1