Send Close Add comments: (status displays here)
Got it!  This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
Data driven programming


1. Data driven programming

   workDict3 = {       "class" : "CS340",       "active" : [          [1,"A1",],          [1,"A2",],          [1,"A3",],          ],       "works" : {          "A1": {             "order": [                ["docx", 1],                ["txt", 1],                ],             "accept" : {                "zip" : {                   "docx" : "docx",                   "go" : "txt",                   "clj" : "txt",                   "hs" : "txt",                   "txt" : "txt",                   }                }             },          "A2": {             "order": [                ["docx", 1],                ["txt", 1],                ],             "accept" : {                "zip" : {                   "docx" : "docx",                   "go" : "txt",                   "clj" : "txt",                   "hs" : "txt",                   "py" : "txt",                   "java" : "txt",                   "php" : "txt",                   "lua" : "txt",                   "txt" : "txt",                   }                }             },          "A3": {             "order": [                ["docx", 1],                ["txt", 1],                ["dot", 4],                ["png", 4],                ["svg", 4],                ],             "accept" : {                "zip" : {                   "docx" : "docx",                   "go" : "txt",                   "clj" : "txt",                   "hs" : "txt",                   "py" : "txt",                   "java" : "txt",                   "php" : "txt",                   "lua" : "txt",                   "txt" : "txt",                   "dot" : "dot",                   "png" : "png",                   "svg" : "svg",                   }                },             },          }       }