SQL Python Hwo, aby przejść listę w Paramerter

query = 'SELECT * FROM data WHERE id IN {};'.format(id_tuple)
Fancy Fly