Skip to content
Snippets Groups Projects
Commit 8a8ad383 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Add aggregate_and_plot.py that for now only prints the contents of input.txt

parent 13ed0f31
Branches
Tags
1 merge request!12Add aggregate_and_plot.py that for now only prints the contents of input.txt
with open("inputs.txt", "r") as file:
for line in file:
print(line)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment