We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c66be commit 26c0b15Copy full SHA for 26c0b15
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