@ -16,6 +16,7 @@ while i < len(email):
if char == '@':
break
else:
if char.isalpha():
letters+=char
i+=1
@ -7,6 +7,7 @@ while i < len(email):