You teach only how to add,replace ,reverse,upper case, Lower case in strings ext...but I don't how to insert the string ,add string, replace string of list in strings
Ex: A="python"
Print(A.replace("p","c"))
List
A=[""]
Print["?"]
You teach only how to add,replace ,reverse,upper case, Lower case in strings ext...but I don't how to insert the string ,add string, replace string of list in strings
Ex: A="python"
Print(A.replace("p","c"))
List
A=[""]
Print["?"]