Hi, I'm doing a test with lists and dictionaries, I got to a point where I had something like that.
datos = {'key1':'a','key2':'b','key3':'c'}
dic = ["alfa","beta","gama"]
My intention is to print
a,alfa
b,beta
c,gama
I tried it with a...
asked by
30.06.2017 / 08:20