Raw string : Escape : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Escape »

 

Raw string


print 'n'
print 'n'
print r'n'
print r'n'
f = open(r'C:windowstempreadme.txt', 'r')
f.readline()
f.close()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo String
» Escape