Maybe also include favorite functions/constants from `random re math string`: ``` python import re, random, math, string print "\n\nre\n",dir(re) print "\n\nrandom\n",dir(random) print "\n\nmath\n",dir(math) print "\n\nstring\n",dir(string) ```