Back

How to insert ,add,replace and ext..list of strings

Created 3 years ago
39 Views
1 Comments
LINGESHBjVHfC
@LINGESHBjVHfC
LINGESHBjVHfC
@LINGESHBjVHfCProfile is locked. Login

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["?"]

Comments
Please login to comment.