Printing after reading from a file using READLINE() yields extra spaces
2 views
Skip to first unread message
Paul Herring
unread,
Apr 1, 2020, 11:29:57 AM4/1/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spyder
I have a text file I am reading from.
When printing after reading from the file using READLINE() there are extra spaces between characters. e.g. characters appears as ' c h a r a c t e r s'
The same code works as expected (i.e. no extra spaces) with IDLE.