Как перебрать кортеж в цикле в Python: numbers = (1,2,3) for number in numbers: print(number) Was this helpful? YesNo 0 / 0