Q:

how to put words into list

sentence = input("Line: ")
split_sentence = sentence.split()
print(split_sentence)
0

New to Communities?

Join the community