help create an analogue, create an email | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

help create an analogue, create an email

You can create an analogue of creating an email, that there were at least 6 letters, there were numbers, etc. if there is no criterion, it will write: False Or somehow combine these two codes: https://code.sololearn.com/cZmJaD2tldKn/?ref=app https://code.sololearn.com/c7le19vvxi9q/?ref=app

31st Jul 2020, 7:42 AM
enoŧ
enoŧ - avatar
3 Answers
+ 1
steps: 1. ask the user to input an email id and you must be able to check whether the email id provided/typed is in correct format or not. (Correct format: must have a @ symbol and some domain name like ". com" or ". in" or so at the end. 2. Then ask the user to input his/her password and check it whether it's strong or not. (you already have this password validation code with you)
31st Jul 2020, 8:02 AM
Rohit
+ 1
Thanks
31st Jul 2020, 8:22 AM
enoŧ
enoŧ - avatar
+ 1
You're welcome, give it a try all the best! :)
31st Jul 2020, 8:49 AM
Rohit