This operator returns true if the string contains the characters, otherwise, it returns false . str="Hello, World!" print("World" in str). output. True. Python ...
確定! 回上一頁