Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61511

Re: Movie (MPAA) ratings and Python?

From Ben Finney <ben+python@benfinney.id.au>
Subject Re: Movie (MPAA) ratings and Python?
Date 2013-12-11 11:06 +1100
References (2 earlier) <CAGGBd_qqJue5Wd7NVJQb58XJekuszEm0K1rhOWjdnxzWkebTAw@mail.gmail.com> <7wfvq0mozs.fsf@benfinney.id.au> <52A79D9B.9050207@gmail.com> <7wbo0omgas.fsf@benfinney.id.au> <CAGGBd_rB00r5Kwis70oeuJ_Q1NNr3jybLBXX+-OOu_vCsoLRig@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3857.1386720433.18130.python-list@python.org> (permalink)

Show all headers | View raw


Dan Stromberg <drsalists@gmail.com> writes:

> What part of "movie ratings (EG G, PG, PG-13)" don't you understand?

As stated, that example requirement is satisfied by a list of strings
‘["G", "PG", "PG-13"]’. If your example of “movie ratings” is a small
collection of short strings, then that's all I've got to go on before
needing to guess from a wide space of possible options.

I understand what MPAA movie ratings are, but that doesn't clarify what
*you* mean in terms of what data you want your program to access beyond
the strings “G”, “PG”, “PG-13” themselves.

Anyway, it appears others have accurately guessed your intent from
information beyond what you presented in your request. But you'll
probably agree that's not a very reliable way of getting effective
answers.

-- 
 \        “I was in Las Vegas, at the roulette table, having a furious |
  `\     argument over what I considered to be an odd number.” —Steven |
_o__)                                                           Wright |
Ben Finney

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Movie (MPAA) ratings and Python? Ben Finney <ben+python@benfinney.id.au> - 2013-12-11 11:06 +1100

csiph-web