Files
2025-09-13 14:39:22 +08:00

5 lines
92 B
Plaintext

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