We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e73a99 commit 2e0d8ddCopy full SHA for 2e0d8dd
Mathematical_Algorithms/src/Knuth_Operation.py
@@ -73,4 +73,4 @@ def knuth_operation(base, power, up_arrows):
73
try:
74
knuth_operation(3, 5, -2)
75
except ValueError:
76
- print("[✔] 3 ↑^5 -2 correctly fails")
+ print("[✔] 3 ↑^(-2) 5 correctly fails")
0 commit comments