Python Spliting String ke dalam Daftar

text = 'This is python!
x = text.split()
print(x)
Pixel 2075