Skip to content

College Stationery Shop- Problem Statement by OSlash. Solution provided by Tarun R Jain (Cambridge Institute of Technology). My portofolio:

License

Notifications You must be signed in to change notification settings

tarunjain0751/codu_ai_oslash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSlash

oslash-squarelogo-1603960634282

Problem Statement: Coding Problem 💡

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.

Author 👥

  • Tarun R Jain: 7th sem ECE student at Cambridge Institute of Technology

Pre-requisites ⭐

  • Python 3.8/3.9

How to run the code 📢

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 file input1.txt as the command line argument.
  • python -m geektrust sample_input/input2.txt - This will run the solution passing in the sample input file input2.txt as the command line argument.
  • python -m geektrust sample_input/input3.txt - This will run the solution passing in the sample input file input3.txt as the command line argument.
  • python -m geektrust sample_input/input4.txt - This will run the solution passing in the sample input file input4.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.

Running the code for multiple test cases

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.

Screenshots of the Terminal Console

To run multiple test cases in Linux use the below command:

sh run.sh

Screenshot from 2022-12-19 18-43-52

Help

  • You can refer our help documents here
  • You can read build instructions here

About

College Stationery Shop- Problem Statement by OSlash. Solution provided by Tarun R Jain (Cambridge Institute of Technology). My portofolio:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published