Skip to content
Snippets Groups Projects
Verified Commit 5ce927ff authored by Renato Alves's avatar Renato Alves :seedling:
Browse files

Rename session numbering to include a leading zero

parent 06793904
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 648 deletions
%% Cell type:markdown id: tags:
# Defensive Programming
Defensive programming describes concepts and approaches we can use to ensure that...
* Code does what we think it does (i.e. is free of bugs)
* Our programs fail when they should...
* ... and do so with informative error messages (throwback to last session)
%% Cell type:code id: tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment