Skip to content

GoogolDKhan/MAD1-Lab-Jinja2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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