ПЯ
File "C:\Users\digma\Desktop\Рабочий стол\py_proj\weather.py", line 2, in <module>
y = [i for i in x if i not in y]
File "C:\Users\digma\Desktop\Рабочий стол\py_proj\weather.py", line 2, in <listcomp>
y = [i for i in x if i not in y]
NameError: name 'y' is not defined
[Finished in 0.5s with exit code 1]weather.py", line 2, in <module>
y = [i for i in x if i not in y]
File "C:\Users\digma\Desktop\Рабочий стол\py_proj\weather.py", line 2, in <listcomp>
y = [i for i in x if i not in y]
NameError: name 'y' is not defined
[Finished in 0.5s with exit code 1]