python using format() to create list of possible strings code example Example: python format string with list >>> print('Skillset: {}'.format(*langs)) Skillset: C