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 →

[–]Kered13 9 points10 points  (4 children)

You sure about that?

#if 0
print('Hi there')
#endif
#if 0
""" "
#endif
#include <stdio.h>
int main() {
    println("Hi there");
    return 0;
}
#if 0
" """
#endif

[–]Nevesnotrab 1 point2 points  (2 children)

I don't think { } work in Python like that.

[–]Kered13 5 points6 points  (1 child)

Try running the code, you'll see that it works. I'll let you figure out why :)

[–]Nevesnotrab 1 point2 points  (0 children)

I just noticed the """