Skip to content

Update code to work in Python 3.x - #3

Open
manfred-z wants to merge 1 commit into
chmistry:masterfrom
manfred-z:master
Open

Update code to work in Python 3.x#3
manfred-z wants to merge 1 commit into
chmistry:masterfrom
manfred-z:master

Conversation

@manfred-z

Copy link
Copy Markdown

Update the print statement since it has been replaced with a print() function.
Modify the open statement to import files as text and not bytes since Python 3.0 uses the concepts of text and (binary) data instead of Unicode strings and 8-bit strings.

Update the print statement since it has been replaced with a print() function.
Modify the open statement to import files as text and not bytes since Python 3.0 uses the concepts of text and (binary) data instead of Unicode strings and 8-bit strings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant