Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q4(a). Write a Python program to get at least two Email addresses and two passwords from user and save them in a python SET also
Q4(a). Write a Python program to get at least two Email addresses and two passwords from user and save them in a python SET also check the validity of the Email addresses and passwords given by the user. (6-marks) The Email addresses and Passwords should satisfy the following criteria: For Email Addresses: Email addresses must contain @ sign and .com in it. For Password: Take a phrase from user and delete 2 letters from each word. o For example, quick brown fox jump -> ick own x mp And make it your password.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started