create list from user input python code example
Example: can i register a list in python for input
variable 1, variable 2 = input("Enter what has to be conveyed to the user here"). split() # for space-separated inputs
variable 1, variable 2 = input("Enter what has to be conveyed to the user here"). split() # for space-separated inputs