Source Code:
(back to article)
string = "Hallo, Welt!" string = string.replace(",", "") print(string) # Ausgabe: "Hallo Welt!"
Result:
Report an issue