Код: Выделить всё
for i in words:
#check if i contains special characters and return True or False
#if True, remove i from words
Код: Выделить всё
for i in words:
#check if i contains special characters and return True or False
#if True, remove i from words