Skip to content

Exercise template

mboivin edited this page Oct 25, 2020 · 3 revisions

# Exercise 1 - Name of the exercise

|                         |                    |
| -----------------------:| ------------------ |
|   Turn-in directory:    |  ex00              |
|   Files to turn in:     |  *.py              |
|   Authorized modules:   |                    |
|   Forbidden modules:    |                    |
|   Forbidden functions:  |                    |
|   Remarks:              |  n/a               |

Description of the exercise

```
#!/usr/bin/env             #first python in $PATH

print("Code example")
```
Clone this wiki locally