- Check carefully that you have fullfilled at least the assessement criteria below. Call a demonstrator, show them your code, and run your program with the following input volumes:
- Check carefully that you have fullfilled at least the assessement criteria below. Call a demonstrator, show them your code, and run your program with the following input volumes:
- $1.4\times10^6\,\text{mm}^3$
- $1.4\times10^6\,\text{mm}^3$
- $3.7\times10^{-4}\,\text{mm}^3$
- $3.7\times10^{-4}\,\text{mm}^3$
- Ensure that the demonstrator finds you in Learn. Please check that your pass/fail (0/1) has been entered correctly (you should be able to see this in Learn).
- Ensure that the demonstrator finds you in Learn. Please check that your pass/fail (0/1) has been entered correctly (you should be able to see this in Learn).
### Assessment
### Assessment
To pass this checkpoint:
To pass this checkpoint:
- The program works for the supplied numbers, *including* correct powers of 10.
- The program works for the supplied numbers, *including* correct powers of 10.
- Prompting is sensible and the output is clear.
- Prompting is sensible and the output is clear.
- Variable names are concise, but explain their purpose, and there are basic commenets explaining the operation of the program.
- Variable names are concise, but explain their purpose, and there are basic commenets explaining the operation of the program.
### Next steps
### Next steps
Once you have completed this checkpoint, please continue with the [Week1](../WeeklyTasks/Week1.ipynb) tasklist.
Once you have completed this checkpoint, please continue with the [Week1](../WeeklyTasks/Week1.ipynb) tasklist.
%% Cell type:code id:8d47fffa tags:
%% Cell type:code id:8d47fffa tags:
``` python
``` python
# Placeholder for a comment to describe what this program does (replace as appropriate)
# Placeholder for a comment to describe what this program does (replace as appropriate)
# Describe the input here
# Describe the input here
...
...
# Describe how the input is processed to get to the desired results
# Describe how the input is processed to get to the desired results