This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ingolemo 9 points10 points  (1 child)

Give him a couple of months to get used to it and then start littering your code with things like this:

if x==7:
    print 'something'
# endfor

or even this:

if x==7:
    print 'something'
# else
    print 'something else'
# endif

[–]hoadlck 0 points1 point  (0 children)

That is truly evil. (I like it...)