Python Online compiler - OverIQ.com (
original
) (
raw
)
t1 = (1,) # this is a tuple print(type(t1)) t2 = (1) # this is not print(type(t2))