String Python

s = 'a\0b\0c'
print s
print len(s)