This is a playground I use to learn Python How to get detailed help about build-in functions start Python interpreter use help command to get help, e.g. help(range), a=[]; help(a), import math; help(math)