Skip to content

pratikshinde590/python-test

Repository files navigation

Instructions:

  1. Clone the repository into your local system
  2. Download the extension "Run on Save" and enable it.
  3. Restart your VS Code.

Questions:

  1. program1.md -- 20 Marks
  2. program2.md -- 20 Marks

Test Script

The test script (test1.py), (test2.py) is designed to check the correctness of your programs. It imports the functions from the respective program files and performs tests using predefined input values.

Follow these steps to run the test script:

  1. For Each program, there are 20 marks.
  2. Do not make changes to these files (test1.py), (test2.py)
  3. To run your program on local run the command:
    python program1.py
    
    python program2.py
    
  4. To Execute the test script by run the command:
    python test1.py
    
    python test2.py
    
  5. Review the test results for each program. If all tests pass, the programs are working correctly.
  6. Commit and push your code to the repository so that your test will be submitted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages