Skip to content
Snippets Groups Projects
  • al.schwinn's avatar
    cc4a8f1e
    Port to python3: · cc4a8f1e
    al.schwinn authored
    - print needs braces now
    - type 'long' does not exist any more --> use 'int'
    - use encode() toget byte string
    - ignore __pycache__ files
    - strictly use integer, to prevent float notation
    cc4a8f1e
    History
    Port to python3:
    al.schwinn authored
    - print needs braces now
    - type 'long' does not exist any more --> use 'int'
    - use encode() toget byte string
    - ignore __pycache__ files
    - strictly use integer, to prevent float notation