Can anyone help me edit this code below to return the list in the form of a column instead of a row?
def printList(): list1 = input("Insert a list") list = [list1] print (list)
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor