diff options
Diffstat (limited to 'lab/run_trace.py')
-rw-r--r-- | lab/run_trace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lab/run_trace.py b/lab/run_trace.py index ddfbfe57..c0e47593 100644 --- a/lab/run_trace.py +++ b/lab/run_trace.py @@ -29,6 +29,7 @@ def trace(frame, event, arg): return trace +print(sys.version) the_program = sys.argv[1] code = open(the_program).read() |