ارسال شماره 10

← همه ارسال‌ها

text = "x"
output = "Hello Hotcodes"
result = text.replace("''", output)
print(result)