-->
Fixes and hacks for bash, sed, awk, python, perl, makefile, ...
>>> L = [0,10,20,40]
>>> L.reverse() >>> L [40, 20, 10, 0]
No comments:
Post a Comment