blob: 05d29213b931ea85ce9cae3a420da23228f3bd71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/ipython
# print()
# from math import *
# print("Imported all functions from math")
# import numpy as np
# print("Imported numpy as np")
# import sympy as sym
# sym.var('a, b, c, x, y, z')
# print("\n\t Don't waste time")
# print("\t FOCUS ON THE ESSENTIAL \n")
# alias q pkill ipython
|