Name: Anonymous 2011-11-18 17:33
Python:
GUESS THE OUTPUT
ur = "nope"
print(ur+ur"""huh?""""")GUESS THE OUTPUT
ur = "nope"
print(ur+ur"""huh?""""")'
,>,>++++++++[<-
-----<------>>-
>++++>+++++>+<<
<]>>++>++<<<<[-
>+>>.<<<]>>>>.<
<<[-<+>]<--<--[
->>>>.<<<[->+>.
<<]>>>.>.<<<[-<
+>]<<]
nopehuh?ur before a string indicates that it's a raw unicode string.
Faggot doesn't realize it's about the lexical parsingFaggot doesn't notice the multiple quotesFaggot is so autismal, it's not even funny anymoreFaggot bows down to rossum, like only a submissive, never-question-thee-subhumanoid would
ur + ur"""huh?""" ""
= ur + ur"""huh?"""
= ur + u'huh?'
= 'nope' + u'huh?'
= u'nopehuh?'