Muller's Notes
Snippets
Python
Listas
# Transforma uma string numa lista lst = [x for x in 'palavra']
Table of Contents