for i, j in {'chr':'\t', ':' : '\t', '..' : '\t'}.iteritems():

text = text.replace(i, j)
print text