Avatar of ocean O
ocean O
Flag for United States of America

asked on 

run python script with an input varaible

Hi, I have a question, how can I pass an input parameter when I run python code.  
For example, I can run a script like this: python test.py  104
104 is the input parameter that I pass in. How can I pass it in the code?

Any inputs will be appreciated.
Python

Avatar of undefined
Last Comment
ocean O

8/22/2022 - Mon