String Python

x = "C:\py\code"     # keeps \ literally
print x
print len(x)