I was making a password generator in python. The password generating part works perfectly, but I need to check the strength of generated password using example.com
My doubt is how do I print it to the output screen using the standard print function or with some other codes in python
ps: I like to have the least number of codes, now the code has 8 sloc