pmkhanh7890's picture
Add comments to text module
0827f9d
raw
history blame
35 Bytes
a = [1, 2]
a.append(None)
print(a)