Python Spliting String dans la liste
text = 'This is python!
x = text.split()
print(x)
Pixel 2075
text = 'This is python!
x = text.split()
print(x)