How to pass xml as a parameter in python script? -


i have parameters passed python code saved in xml file. how pass xml parameter python code? can please on this?

thanks in adavce!

you can pass command line parameter when executing script. use sys.argv, array stores arguments passed or argparse module, handles customisable command line parameters


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -