Skip to content

Commit 2e0d8dd

Browse files
author
Tanguy LUCCI
committed
fix on the fix...
1 parent 6e73a99 commit 2e0d8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathematical_Algorithms/src/Knuth_Operation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ def knuth_operation(base, power, up_arrows):
7373
try:
7474
knuth_operation(3, 5, -2)
7575
except ValueError:
76-
print("[✔] 3 ↑^5 -2 correctly fails")
76+
print("[✔] 3 ↑^(-2) 5 correctly fails")

0 commit comments

Comments
 (0)