string python cheat sheet code example Example: cheat sheet python >>> print('I am {} years old.'.format(str(29))) I am 29 years old.