rainyear / python3-in-one-pic

Learn python3 in one picture.

Home Page:https://git.io/Coo-py3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function call can be replaced with set literal

Ap3lsin4k opened this issue · comments

Actual:
set(['s', 'e', 'T'])
Expected:
{'s', 'e', 'T'}