Creates a list from user input Creates a list from user input tkinter tkinter

Creates a list from user input


Input result can be converted to the list as follows:

subject = [input("Please enter a subject")]

Or:

subject = [input("Please enter a subject")]subject = [subject]