Programmation Python December 10, 2021 code 1 x = 'hello, python world!' print(x.split(' ')) ## ['hello,', 'python', 'world!'] print(x) ## hello, python world! Posted on: December 10, 2021 Length: 1 minute read, 18 words Tags: Python Rmarkdown See Also: