Forgot your password?
typodupeerror

Comment Python dictionaries (Score 0) 702

Why not python dictionaries?

Like

wifi_spots = {
  'Spot1' :['field0', 'field1', ...],
  'Spot2' :['field0', 'field1', ...],
  'Spot3' :['field0', 'field1', ...],
}

then you can access it like

fields = wifi_spots['Spot1']

field0 = fields[0]

Slashdot Top Deals

My sister opened a computer store in Hawaii. She sells C shells down by the seashore.

Working...