class transaction:
...
def send(from_key, to_key, SN):
if SN in from_key.parts:
str(from_key)+str(to_key)+str(SN)=transaction(SN,from_key,to_key,True)
SyntaxError: can not assign to operator
I can not assign a int to the...
asked by
03.09.2018 / 21:49