Advertisement
tzoonami

Untitled

Dec 2nd, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.35 KB | None | 0 0
  1. for num in ["029","030", "117","125","272","274-N","274-M","274-0","274-D"]:
  2.   ri = RoomInfo(roomnum=num)
  3.   ri.put()
  4. for num in ["None", "Projector", "DVD Player", "COW", "Flip Videos", "TV/VCR/DVD Cart", "Speakers", "Portable SMART board", "Posium", "Blue/Red netbooks"]:
  5.   ei = EquipmentInfo(equipmenttype = num)
  6.   print ei.equipmenttype ei.put()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement