python version of exercise

This commit is contained in:
Emily Bache
2019-08-07 08:47:07 +02:00
parent 358dab1c5b
commit cd583380f5
9 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"customer": "BigCoII",
"performances": [
{
"playID": "henry-v",
"audience": 53
},
{
"playID": "as-like",
"audience": 55
}
]
}