>>> print('C:some ame') # here means newline! C:some ame >>> print(r'C:some ame') # note the r before the quote C:some ame