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
3 odpowiedzi
+ 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)
+ 1
Thanks
+ 1
You're welcome, give it a try all the best! :)