A Program that generates code
I am trying to create a system, that takes a command line parameter and generates code file for that parameter.
for example
$ python Generate.py addition
should generate a python script that can perform addition.
I am trying to create a system, that takes a command line parameter and generates code file for that parameter.
for example
$ python Generate.py addition
should generate a python script that can perform addition.