Lista tworzenia listy

a = [1, 2, "m"]
print(a)
# [1, 2, 'm']
Sore Sloth