Premanandh-S

Results 2 comments of Premanandh-S

Not working the following code and show the following error ![screen shot 2017-11-23 at 10 23 24 am](https://user-images.githubusercontent.com/16471449/33159385-75e0715a-d038-11e7-9c40-2b2489d64a70.png) ``` File "validate_email_list.py", line 6 SyntaxError: Non-ASCII character '\xc3' in file validate_email_list.py...

Adding `# coding:utf-8` only fixed the syntax error. Eventually I fixed this issue by remove email which contains non-ASCII characters.