This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) |