Python tutorials with source code, examples, guides, and tips and tricks for Windows and Linux development.
>>> 2*2 4 >>> _*2 8 >>> print _*3 24 >>> print _*'a' aaaaaaaa