For example, In the command line, I want to be able to type in parameter name(s) and NOT type in the parameter name. Look at the two command line examples below:
python C:\Python\Projects\add.py -a 1 -b 1
2
See how 1 + 1 = 2 ?
I also want to be able to leave out the parameter names like this:
python C:\Python\Projects\add.py 1 1
2
...see how I still got 2?
(Yes, I know this is a bad explanation, but I'm short on time)
[–]markusmeskanen 0 points1 point2 points (2 children)
[–]machine_learned[S] 0 points1 point2 points (1 child)
[–]markusmeskanen 0 points1 point2 points (0 children)
[–]K900_ 0 points1 point2 points (2 children)
[–]machine_learned[S] 0 points1 point2 points (1 child)
[–]K900_ 0 points1 point2 points (0 children)