import re
re.findall(regex, string)
re.split(regex, string)
sorted()
open(filename, "w")
write(), writelines()