Add files via upload

This commit is contained in:
Crizomb 2023-08-02 04:15:58 +02:00 committed by GitHub
parent 299fc1a058
commit 1e5113b208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 632 additions and 0 deletions

3
python_symb/integers.py Normal file
View file

@ -0,0 +1,3 @@
"""
Python int is already an arbitrary precision integer, so we don't need to implement it.
"""