在Python中,print((c for c in "GESP"))的输出是( )。
('G', 'E', 'S', 'P')
['G', 'E', 'S', 'P']
{'G', 'E', 'S', 'P'}
以上选项均不正确