8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
|
#!/bin/sh
|
|||
|
ifinstalled python && python -iq -c "print('Welcome to the Calculator')
|
|||
|
from numpy import *
|
|||
|
import sys
|
|||
|
import matplotlib.pyplot as plt
|
|||
|
sys.ps1='❯'
|
|||
|
"
|