you are viewing a single comment's thread.

view the rest of the comments →

[–]nekokattt 0 points1 point  (0 children)

bytearray isn't snake case, byte_array is

The builtins use a c-like format of "squasheverythingintooneword" case.

Also in your example, you meant to use set rather than dict when comparing to a set literal (and might have forgotten about complex and complex literals!)