ADSA Worksheet Template
ADSA Worksheet Template
Worksheet 2
2. Requirements (Hardware/Software):
3. Procedure:
at_position = email.index("@")
return False
user_email = input("Enter your email address: ")
if is_valid_email(user_email):
print("The email address is valid.")
else:
print("The email address is not valid.")
4. Output:
5. Learning Outcome:
Learn how to handle and manipulate different types of text data, including
handling punctuation and whitespace.
Learn how to design functions that are modular and easily integrated into
larger software systems.
Understand the principles of writing reusable code that can be easily adapted or
extended for future use.