python3-in-one-pic
python3-in-one-pic copied to clipboard
Function call can be replaced with set literal
Actual:
set(['s', 'e', 'T'])
Expected:
{'s', 'e', 'T'}