ganti khusus dari awal string

s="Hello? Python3?"s1=s.replace("$","")print (s1)#Output:Hello Python3
Light Lemur