Python/Quizzes/Running

< Python < Quizzes

Python quiz running

1. From a terminal python may be used like

python
This is for an interactive session
python my_program.py
Here my_program.py should be a python program.
python -c "print(1)"
This is where the program is specified on the commandline.

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:
→ See more at http://www.logilab.org/857

Your score is 0 / 0


This article is issued from Wikiversity - version of the Thursday, May 08, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.