Skip to content

Python Quiz given to audience at Portland Python Meetup on Oct 11, 2011, at Urban Airship in Portland, Oregon.

Notifications You must be signed in to change notification settings

RobBednark/Portland-Python-Meetup-Quiz-Oct-11-2011

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the quiz questions that I gave to the audience at:
   Portland Python Meetup 
   Urban Airship, 334 NW 11th Av, Portland, OR
   Tuesday, Oct 11, 2011 6:30pm

Each quiz question has it's own file.

File types:
    all.questions.txt -- all the questions in a single file (no guesses or answers)
    all.questions.guesses.answers.txt -- all the guestions, guesses, and answers in a single file
    *.py (e.g., a.py) -- the file with the question; execute this file with python (e.g., "python a.py") and you will see the question, guesses and the answer.  The questions are ordered from a to u.
    answer.*.txt (e.g., answer.a.txt) -- the answer (e.g., answer.a.txt is the answer to a.py)
    guesses.*.txt (e.g., guesses.a.txt) -- the guesses that came from the audience at the Portland Python Meetup
    quiz.py -- contains the show() function, which shows the question, the quesses, and the answer for each of the [a-u].py files
    run.all.sh -- a shell script that runs each of the questions, one at a time

To run an individual quiz question:
    $ python a.py

About

Python Quiz given to audience at Portland Python Meetup on Oct 11, 2011, at Urban Airship in Portland, Oregon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published