How do I print data from a dictionary each in a column?
For example:
lanchonete = {"Salgado":4.50, "Lanche":6.50,"Suco":3.00,"Refrigerante":3.50,"Doce":1.00}
for m in lanchonete:
print (m[0])
I want to print the snacks on one column...
asked by
05.11.2018 / 15:26