I'm doing example 11 on Learn the Hard Way and I'm just curious of how to use an escape sequence for the height part. If I ask for how tall and someone types in 6'2" with the foot and inches as quotes how do I get something in there that will not show that backslash when running it? When you run it the raw input prints out like 6\'2". I've tried a few things and can't get nothing to work.
print "How tall are you?",
height = raw_input()