Dec-02-2020, 04:00 PM
I need to replace one char in another in string
I have try this :
Thanks ,
I have try this :
name = "you\me"
result=name.replace('\','/')
print(name)
print("******************")
print(result)but I get this errorSyntaxError: EOL while scanning string literawhat can I do ?
Thanks ,
