The simplest Python calculator :D
Go to file
zk⁷ 6ec8a1ec6c Push 2024-03-12 18:55:40 +02:00
ex Push 2024-03-12 18:55:40 +02:00
src Push 2024-03-12 18:55:40 +02:00
std Push 2024-03-12 18:55:40 +02:00
tests Push 2024-03-12 18:55:40 +02:00
.gitignore Upload files to "/" 2024-03-12 16:53:59 +00:00
LICENSE Upload files to "/" 2024-03-12 16:53:59 +00:00
README.md Upload files to "/" 2024-03-12 16:53:59 +00:00
main.py Upload files to "/" 2024-03-12 16:53:59 +00:00

README.md

Just a Python calculator :D

python3 main.py

Example use:

5 + 5
>>10
6 * 5
>>30
6/2
>>3.0
4!
>><repl>:1:?: internal interpreter error: TypeError: InvalidSyntaxError.__init__() missing 1 required positional argument: 'offending_token'