Buildin Function Python

print [1, 2] + list("34")     # same as [1, 2] + ["3", "4"]