We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e798e5a commit 606d844Copy full SHA for 606d844
maths/binary_exp_mod.py
@@ -1,4 +1,4 @@
1
-def bin_exp_mod(a, n, b):
+def bin_exp_mod(a: int, n: int, b: int) -> int:
2
"""
3
>>> bin_exp_mod(3, 4, 5)
4
0 commit comments