Cheatsheet: Difference between revisions

Content added Content deleted
Line 958:
re.findall() => All Matching Objects
re.sub('[ES]', 'a', s) => Substitute
 
* Lists
 
* Dictionary
 
* File operations
 
* Class