23 lines
408 B
JSON
23 lines
408 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"sachsom95",
|
||
|
"BethanyG"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"kbuc"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"conditionals.py"
|
||
|
],
|
||
|
"test": [
|
||
|
"conditionals_test.py"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.py"
|
||
|
]
|
||
|
},
|
||
|
"icon": "circular-buffer",
|
||
|
"blurb": "Learn about conditionals and avoid a meltdown by developing a simple control system for a Nuclear Reactor."
|
||
|
}
|