Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. all_persons = [{'name' : 'John Smith',
  2. 'products':[
  3. ( < Cell ReportSheet.A360 >, < CellReportSheet.B360 >, < CellReportSheet.C360 >, < CellReportSheet.D360 >, < CellReportSheet.E360 >, < CellReportSheet.F360 >),
  4. ( < CellReportSheet.A361 >, < CellReportSheet.B361 >, < CellReportSheet.C361 >, < CellReportSheet.D361 >, < CellReportSheet.E361 >, < CellReportSheet.F361 >),
  5. ( < CellReportSheet.A362 >, < CellReportSheet.B362 >, < CellReportSheet.C362 >, < CellReportSheet.D362 >, < CellReportSheet.E362 >, < CellReportSheet.F362 >),
  6. ( < CellReportSheet.A363 >, < CellReportSheet.B363 >, < CellReportSheet.C363 >, < CellReportSheet.D363 >, < CellReportSheet.E363 >, < CellReportSheet.F363 >),]},
  7. {'name': 'Jane Smith',
  8. 'products': [
  9. (< Cell ReportSheet.A371 >, < Cell ReportSheet.B371 >, < Cell ReportSheet.C371> , < Cell ReportSheet.D371 >, < Cell ReportSheet.E371 >, < CellReportSheet.F371 >),
  10. (< CellReportSheet.A372 >, < CellReportSheet.B372 >, < CellReportSheet.C372 >, < CellReportSheet.D372 >, < CellReportSheet.E372 >, < CellReportSheet.F372 >),
  11. (< CellReportSheet.A373 >, < CellReportSheet.B373 >, < CellReportSheet.C373 >, < CellReportSheet.D373 >, < CellReportSheet.E373 >, < CellReportSheet.F373 >),
  12. ( < CellReportSheet.A374 >, < CellReportSheet.B374 >, < CellReportSheet.C374 >, < CellReportSheet.D374 >', '< CellReportSheet.E374 >', '< CellReportSheet.F374 >')],
  13. }
  14. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement