All the lab programs from 4sem syllabus. They are my versions of the program because original ones suck big time.
- python3
- pip
- packages:
- matplotlib
- tkinter
- numpy
-
Clone the repository
git clone https://github.com/saivishnu725/python-lab-4sem.git cd python-lab-4sem/ -
Interpret the code
python path/to/file.py # some distros has python3 instead of python. Use the command accordingly # python3 path/to/file.py