Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dictview

Dict.keys()[0] On Python 3

I have this sentence: def Ciudad(prob): numero = random.random() ciudad = prob.keys()[0] … Read more Dict.keys()[0] On Python 3