Код: Выделить всё
score = 100
name = 'Alice'
print('Total score for %s is %s', name, score)
Подробнее здесь: https://stackoverflow.com/questions/152 ... n-the-same
Код: Выделить всё
score = 100
name = 'Alice'
print('Total score for %s is %s', name, score)