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.