This website works better with JavaScript.
Home
Explore
Help
Sign In
alma
/
pyalma
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
docs run module added import os to code block
master
Tom Krüger
4 years ago
parent
1ba7fd5025
commit
207674f46f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
docs/run_module.md
+ 1
- 0
docs/run_module.md
View File
@ -4,6 +4,7 @@ The run module is arguably the most important part of the *alma* interface. It i
```python
import random
import os
def run(instance, save, state):
lines = open(instance).readlines()
Write
Preview
Loading…
Cancel
Save