hellopahe
remove redundancy
94692cf
raw
history blame contribute delete
No virus
99 Bytes
s = set()
for i in range
arr = [i for i in s]
print(type(arr))
arr.sort(reverse=True)
print(arr)