docs python code blocks

This commit is contained in:
Tom Krüger
2020-12-19 02:15:52 +01:00
parent a64fb38c39
commit 1ba7fd5025
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
The run module is arguably the most important part of the *alma* interface. It is here where the actual experiment/task has to be implemented. For *pyalma* the run module is merely a python file implementing a specified interface so that *pyalma* can load and execute it. Let's have a look at a short but yet extensive example.
```python3
```python
import random
def run(instance, save, state):