1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
command = input("Command Prompt\\\ ").lower()
seperator = " "
answer = command.split(seperator)
print (answer)
command = input("Command Prompt\\\ ").lower()
seperator = " "
answer = command.split(seperator)
print (answer)
command = input("Command Prompt\\\ ").lower()
seperator = " "
answer = command.split(seperator)
print (answer)
#You don't have to clear the variable if you make it equal something else it will overwrite that variable