List Python Tutorial

lst = [1, 2, 3]
lst.append(4)
print lst