Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f54814

Browse files
committed
Improve readability
1 parent 22f2da3 commit 1f54814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def _test_generator(n, func, args):
684684
print(round(t1-t0, 3), 'sec,', end=' ')
685685
avg = total/n
686686
stddev = _sqrt(sqsum/n - avg*avg)
687-
print('avg %g, stddev %g, min %g, max %g' % \
687+
print('avg %g, stddev %g, min %g, max %g\n' % \
688688
(avg, stddev, smallest, largest))
689689

690690

0 commit comments

Comments
 (0)