diff options
Diffstat (limited to 'sandbox/stress2.py')
-rw-r--r-- | sandbox/stress2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/stress2.py b/sandbox/stress2.py index 0e36dfc..e461d86 100644 --- a/sandbox/stress2.py +++ b/sandbox/stress2.py @@ -33,7 +33,7 @@ def g(): line = datafile.readlines(2)[1].strip() datafile.close() n = 30 - print str(k*n) + '\t' + line + print(str(k*n) + '\t' + line) k += 1 while threading.activeCount()>1: |