String formatu Pythona z listą
>>> print('Skillset: {}'.format(*langs))
Skillset: C
Envious Elk
>>> print('Skillset: {}'.format(*langs))
Skillset: C