Код: Выделить всё
printКод: Выделить всё
a = (0, -1, 1)
print(*a)
Код: Выделить всё
print(f'{*a}')
Код: Выделить всё
print(f'{*a,}'.replace(',', '').replace('(', '').replace(')', ''))
Подробнее здесь: https://stackoverflow.com/questions/791 ... nstruction
Мобильная версия