List Creating List

28

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

Comments

Submit
0 Comments