Skip to content

Python 2 support ends in less than 1 year #9

@texadactyl

Description

@texadactyl

https://pythonclock.org/

But, fear not. The EightBitTransit code works just fine with Python 3. Only the example Jupyter project file code, examples.ipynb, needs simple tweaks:

Replace
     print x
with
     print(x)

That change runs on Python 2 or 3.

The only other change is to README.md:

Replace or add verbiage explaining when to use
     python3
instead of
     python

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions