Mega Code Archive

 
Categories / Python Tutorial / String
 

Raw string

print '\n' print r'\n' f = open(r'C:\windows\temp\readme.txt', 'r') f.readline() f.close()