You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calc a ISBN-10 last digit from the provided str value. More information of validation algorithm on [Wikipedia](https://en.wikipedia.org/wiki/ISBN#Check_digits)
17
17
18
18
Args:
19
-
value: The str value representing the ISBN in 10 digits.
19
+
isbn: The str value representing the ISBN in 10 digits.
Calc a ISBN-13 last digit from the provided str value. More information of validation algorithm on [Wikipedia](https://en.wikipedia.org/wiki/ISBN#Check_digits)
36
36
37
37
Args:
38
-
value: The str value representing the ISBN in 13 digits.
38
+
isbn: The str value representing the ISBN in 13 digits.
0 commit comments