Answers for "replace special from beginning of string"

0

replace special from beginning of string

s="Hello? Python3?"s1=s.replace("$","")print (s1)#Output:Hello Python3
Posted by: Guest on April-27-2021

Code answers related to "replace special from beginning of string"

Browse Popular Code Answers by Language