Tagged Questions

0
votes
5answers
227 views

How to create program startup parameters in python

I'm just beginning to learn python and the program I'm writing requires parameters for it to run with a specific task. For example (programs name is Samtho) samtho -i Mozilla_Firefox How can I do ...