Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Use print() function in both Python 2 and Python 3#36

Open
cclauss wants to merge 1 commit intoAzure:masterfrom
cclauss:patch-1
Open

Use print() function in both Python 2 and Python 3#36
cclauss wants to merge 1 commit intoAzure:masterfrom
cclauss:patch-1

Conversation

@cclauss
Copy link

@cclauss cclauss commented Jun 17, 2019

Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3.

Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant