Skip to content

Instantly share code, notes, and snippets.

View techieji's full-sized avatar

Pradhyum R techieji

View GitHub Profile
@techieji
techieji / Experiments.py
Created August 15, 2020 15:16
Experiments.py
import time
import math
import operator
from inspect import signature
import random
class func:
class msg:
ok = True
error = False
@techieji
techieji / Note.py
Created August 12, 2020 01:52
Note.py
"""
A simple language made for notetaking and data storage in the form of bullets.
"""
from pprint import pprint
import pickle
import os.path
def linstore(code: str) -> list: