Pastebin

Paste #1243: python

< previous paste - next paste>

Pasted by chrivers

Download View as text

198        r.seats = []
199        for x in range(0, rsize):
200            r.seats.append(row.seats[x+new_idx])
201            row.seats[x+new_idx].sold += 1

198        r.seats = []
199        for x in range(0, rsize):
000            s = row.seats[x+new_idx]
200            r.seats.append(s)
201            s.sold += 1

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.