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

Learn Python The Hard Way - Exercise 39

On Exercise 39 of Learn Python The Hard Way, lines 37 to 39 look like this: print '-'*10 fo… Read more Learn Python The Hard Way - Exercise 39

Get Next Enumerator Constant/property

Lets's say I have an enumerator, is it possible to get the property that follows? So if I had t… Read more Get Next Enumerator Constant/property