Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61511 > unrolled thread
| Started by | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| First post | 2013-12-11 11:06 +1100 |
| Last post | 2013-12-11 11:06 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Movie (MPAA) ratings and Python? Ben Finney <ben+python@benfinney.id.au> - 2013-12-11 11:06 +1100
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2013-12-11 11:06 +1100 |
| Subject | Re: Movie (MPAA) ratings and Python? |
| Message-ID | <mailman.3857.1386720433.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web