Answers for "what is python -m"

3

what is python -m

#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