im a beginner to coding and when using some .exe files you can do things like -h or -i etc. to make specific things happen with the file. I was wondering if there was a way to do this with a python 3.x file? A link to an already answered version of this would be cool or an answer. Thanks :) Or if it isn't possible just say so.
Asked
Active
Viewed 36 times
0
-
1https://docs.python.org/3/library/argparse.html ā venkata krishnan May 06 '20 at 03:48
-
Iām not sure what that answer has to do with your question, but krishnan is right. You are looking for argparse ā Joe May 06 '20 at 03:53
-
I think the term you are searching for is "command line arguments". ā Gino Mempin May 06 '20 at 03:53