Skip to content

Instantly share code, notes, and snippets.

@KertTMP
KertTMP / main_eng.py
Last active January 18, 2025 08:51
Math program
from time import sleep
from functools import reduce
from math import radians
import reference_eng as rf
def main():
print("MATHEMATICS!!!")
sleep(2)
print("Warning! The program doesn't support complex numbers!")
sleep(3)