SQL Python HWO, um eine Liste in Paramerter zu übergeben

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