Wymień specjalny od początku łańcucha

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