Sep-25-2019, 06:55 AM
Some observations:
- you don't need to close file if using 'with' (Python does it for you)
- as buran pointed out you sorting strings not ints
Just convert into int and you are good to go:
- you don't need to close file if using 'with' (Python does it for you)
- as buran pointed out you sorting strings not ints
Just convert into int and you are good to go:
int(data_list[1])
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy
Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.