Responses for exercises in Exercism.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
352 B

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