Answers for "python -m flag"

3

python -m flag

#The -m option allows you to execute a module or package as a script.
>>> python -m <module>
Posted by: Guest on July-09-2020

Python Answers by Framework

Browse Popular Code Answers by Language