0
Plzz tell me about this problem after run this code..
x = set(["s","c","w","E","t","w"]) print(x)
1 ответ
+ 3
You should've created a variable containing the list that will fix the issue.
https://code.sololearn.com/cmogEFnB4IT1/?ref=app
x = set(["s","c","w","E","t","w"]) print(x)