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

first, second, third = ("alpha", "beta", "gamma")

print(first)
print(second)
print(third)