How to replace r or n in rn in Python2.7
Input string =’hellornn worldn rrnrn’
Output string = ‘hellornrn worldrn rnrnrn’
unable to replace r or n in rn in Python2.7
Input string =’hellornn worldn rrnrn’
Output string = ‘hellornrn worldrn rnrnrn’