Jump to content

IBAN: Difference between revisions

61 bytes removed ,  11 years ago
m
(→‎Clojure: Add implementation)
Line 311:
# Shift and convert.
iban = iban[4:] + iban[:4]
digits = int(''.join(str(int(ch, if ch.isdigit(36)) elsefor str(10ch -in ord('A') + ord(chiban))
for ch in iban))
return digits % 97 == 1
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.