Je debute dans le python

Fermé
darkroad Messages postés 8 Date d'inscription mardi 26 août 2014 Statut Membre Dernière intervention 27 août 2014 - 26 août 2014 à 22:19
darkroad Messages postés 8 Date d'inscription mardi 26 août 2014 Statut Membre Dernière intervention 27 août 2014 - 27 août 2014 à 17:16
voila un bloc python

def get_der_field(i,binary):
if (ord(binary[i]) == 02):
length = binary[i+1]
end = i + ord(length) + 2
string = binary[i+2:end]
return string
else:
return None

quand je lance le script voila l'erreur je ne comprend pas exactement

if (ord(binary[i]) == 02): syntax error invalid token

quelqu'un peut m'aider svp... merci

2 réponses

Enlève le 0 du 02.
0
darkroad Messages postés 8 Date d'inscription mardi 26 août 2014 Statut Membre Dernière intervention 27 août 2014
27 août 2014 à 17:16
merci beaucoup ;)

mais par contre comment peut on interpreter

sha256(sha256(modified transaction))
0