Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 411 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 411 Bytes

MAD1-Lab-Jinja

  • Generating output file(s) by taking user input as command line arguments using Python

  • Two parameters are passed as command line arguments. First parameter is either "-s" or "-c". "-s" specifies that the second parameter is a student ID and "-c" specifies that the second parameter is a course ID.

  • Example input: python app.py -c 2001, where 2001 is a course ID.

  • Dated : 29-05-2022