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