3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
|
print({1,2,3,object,True,None,"test"})
|
||
|
print({str(i) for i in [1,2,3,object,print]})
|