3 lines
54 B
Python
3 lines
54 B
Python
# check if set literal syntax is supported
|
|
print({1})
|
# check if set literal syntax is supported
|
|
print({1})
|