Skip to content

Instantly share code, notes, and snippets.

@i-am-unknown-81514525
i-am-unknown-81514525 / esoter.py
Last active February 25, 2024 22:30
Esoteric Number Generator
import math
import traceback
from typing import Callable
# Normal style
repr_1 = '-~(()<())'
num_repr = {
0: f'({repr_1}>>{repr_1})',
1: f'{repr_1}',
2: f'({repr_1}<<{repr_1})',
@i-am-unknown-81514525
i-am-unknown-81514525 / functions.ipynb
Last active October 23, 2023 20:56
Python tutorial on functions: Jupyter Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.