[Tutor] Printing list in a Column

Ashley Fowler afowler2 at broncos.uncfsu.edu
Fri Aug 31 03:12:37 CEST 2012


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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120831/c830eb54/attachment.html>


More information about the Tutor mailing list