ProgrammingOtherPython quick referenceOn this pagePython quick referenceMisc Exit a program import syssys.exit() Strings String formatting 'This is a string: {0}'.format('this too') Lists (arrays) Get the length of a list len(mylist)