Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/test_sets.txt
2023-02-16 22:01:31 -08:00

5 lines
92 B
Plaintext

a = set ( ) <EOL>
b = { 1 , 2 } <EOL>
c = { 'AB' , 'CD' } <EOL>
d = { 1 , 2 , 3 , 4 } <EOL>