-
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
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
.gitignore 24 B
**/*.pyc
**/*__pycache__