53 lines
785 B
Markdown
53 lines
785 B
Markdown
![]() |
---
|
||
|
id: 5e44431b903586ffb414c951
|
||
|
title: Scientific Computing with Python Certificate
|
||
|
challengeType: 7
|
||
|
isHidden: false
|
||
|
isPrivate: true
|
||
|
localeTitle: ''
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
<section id='description'>
|
||
|
|
||
|
</section>
|
||
|
|
||
|
## Instructions
|
||
|
<section id='instructions'>
|
||
|
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
tests:
|
||
|
- id: 5e44412c903586ffb414c94c
|
||
|
title: Arithmetic Formatter
|
||
|
- id: 5e444136903586ffb414c94d
|
||
|
title: Time Calculator
|
||
|
- id: 5e44413e903586ffb414c94e
|
||
|
title: Budget App
|
||
|
- id: 5e444147903586ffb414c94f
|
||
|
title: Polygon Area Calculator
|
||
|
- id: 5e44414f903586ffb414c950
|
||
|
title: Probability Calculator
|
||
|
|
||
|
```
|
||
|
|
||
|
</section>
|
||
|
|
||
|
## Challenge Seed
|
||
|
<section id='challengeSeed'>
|
||
|
|
||
|
</section>
|
||
|
|
||
|
## Solution
|
||
|
<section id='solution'>
|
||
|
|
||
|
```js
|
||
|
// solution required
|
||
|
```
|
||
|
|
||
|
</section>
|