0
how replace the word at a position in string with _and later use the previous word...plz answer fast
4 Réponses
+ 2
a = 'abc'
print(a.replace('c','C'))
output : abC
+ 1
By copying his content in other variable
0
but this will replace word...wholly..how to use previous word again
0
a='abc'
b=a
then replace value in string a