Python

Listas

# Transforma uma string numa lista
lst = [x for x in 'palavra']