Python Concepts/Quizzes/Running

From Wikiversity
Jump to navigation Jump to search

Python quiz — running

1 From a terminal python may be used like

python
python my_program.py
python -c "print(1)"

2

Name a program that checks the source code for style and poor quality with execution from a terminal like
$ program_name my_python_code.py
program_name is: