1 parent 12c66be commit 26c0b15Copy full SHA for 26c0b15
1 file changed
tests/float/int_power.py
@@ -5,4 +5,4 @@
5
6
x = 3
7
x **= -2
8
-print(x)
+print('%.5f' % x)
0 commit comments