เราจำเป็นต้องเขียนโปรแกรม Python ซึ่งจะลบสตริงย่อยบางตัวออกจากสตริงที่กำหนด อัลกอริทึม Step 1: Define a string. Step 2: Use the replace function to remove the substring from the given string. โค้ดตัวอย่าง original_string = "C++ is a object oriented programming language"modified_string = or