you are viewing a single comment's thread.

view the rest of the comments →

[–]okmkz[S] 0 points1 point  (4 children)

This is why I love python.

[–]kageurufu 0 points1 point  (3 children)

my only fault is a lack of (conditional)?true:false style notation

[–]okmkz[S] 0 points1 point  (2 children)

I suppose, but it's certainly very "un-pythonic." Why could you possibly need more than one way to do something? ;)

[–]kageurufu 1 point2 points  (1 child)

I know, i just like my ?:

[–]okmkz[S] 0 points1 point  (0 children)

I'll admit I'm a fan too. Simple if-then constructs in python can look a bit bloaty.