Strange line and Comments
bryandobberstein opened this issue · 0 comments
bryandobberstein commented
if string.count('@') != 1 or string.count('@') != 1
What exactly does this line of code achieve by testing the count of '@' twice?
Also, you need to get into the habit of commenting your code. Start that habit by commenting this code.