Shammer's Philosophy

My private adversaria

2015-03-01から1日間の記事一覧

Python Collection 20150301

This is a next version of Python Collection 20150209 - Shammerism. Adding argparse examples. If-else if x > 0: print "X is bigger than 0." else: print "X is less than 0." If-elif-else if x > 0: print "X is bigger than 0." elif x == 0: prin…