update tutorial for python 3

This commit is contained in:
Scott Fennell 2020-01-22 11:49:19 -06:00 committed by GitHub
parent 05386da6f6
commit ae7a5ad777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ section. This is accomplished by adding execfile to the simulation input file.
Add the line:
```python
execfile("Modified_data/cannon.dr")
exec(open("Modified_data/data_record.dr").read())
```
to the top of the `input.py` file and then save it.