Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python List Help
#3
The tabs are in your string literals. Do a find and replace to get rid of them, or go to where they are in the string and manually delete them and replace them with a space.

To make the items in the list stack vertically, just do a loop:

for item in dateArry:
    print(item)
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Python List Help - by gibsonce - Oct-15-2018, 02:14 AM
RE: Python List Help - by Larz60+ - Oct-15-2018, 02:40 AM
RE: Python List Help - by ichabod801 - Oct-15-2018, 02:41 AM
RE: Python List Help - by volcano63 - Oct-15-2018, 04:52 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020