File size: 35 Bytes
0827f9d
 
 
1
2
3
4
a = [1, 2]
a.append(None)
print(a)