College stationery shop is running its annual clearance sale. It is offering steep discounts on a few of the products for this exclusive sale event. They need your help in coming up with a bill calculator.
- Tarun R Jain: 7th sem ECE student at Cambridge Institute of Technology
- Main GitHub profile: lucifertrj
- Portfolio: Tarun Jain
- Python 3.8/3.9
We have provided scripts to execute the code. The filename which has the main method should be named as geektrust.py
and should not be renamed to anything else.
Use run.sh
if you are Linux/Unix/macOS Operating systems and run.bat
if you are on Windows. Both the files run the commands silently and prints only output from the input files in the directory sample_input
Internally both the scripts run the following commands
python -m geektrust sample_input/input1.txt
- This will run the solution passing in the sample input fileinput1.txt
as the command line argument.python -m geektrust sample_input/input2.txt
- This will run the solution passing in the sample input fileinput2.txt
as the command line argument.python -m geektrust sample_input/input3.txt
- This will run the solution passing in the sample input fileinput3.txt
as the command line argument.python -m geektrust sample_input/input4.txt
- This will run the solution passing in the sample input fileinput4.txt
as the command line argument.
We expect your program to take the location to the text file as parameter. Input needs to be read from a text file, and output should be printed to the console. The text file will contain only commands in the format prescribed by the respective problem. We have added the code snippet to help you read from the file passed as command line argument.
Run run.sh
or run.bat
in your local machine to ensure your solution is working correctly. Once confirmed please uplaod it in Geektrust and check for the test cases.
To run multiple test cases in Linux use the below command:
sh run.sh