Python Online compiler - OverIQ.com (original) (raw)

tlc = tuple([x * 2 for x in range(1, 10)])

print(tlc)