faire un tuple
#you can put a lotta stuff in tuples
tup = ("string", 2456, True)
Blushing Butterfly
#you can put a lotta stuff in tuples
tup = ("string", 2456, True)