python-cp-cheatsheet
python-cp-cheatsheet copied to clipboard
correct missing curly braces in code
Added starting '{' which was earlier missing in the Literals section of Language Mechanics.
'a', 'e', 'i', 'o', 'u'} is now {'a', 'e', 'i', 'o', 'u'}