Home
Random
Log in
Settings
Donate
About Wikiversity
Disclaimers
Search
Python Concepts/Quizzes/Running
Language
Watch
Edit
<
Python Concepts
|
Quizzes
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: