mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-01 04:18:32 +00:00
from __future__ import print_function
This commit is contained in:
parent
a47fa095cf
commit
b8a0cddb9f
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# example of iterating a nonce in a hashing algorithm's input
|
# example of iterating a nonce in a hashing algorithm's input
|
||||||
|
|
||||||
|
from __future__ import print_function
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
||||||
text = "I am Satoshi Nakamoto"
|
text = "I am Satoshi Nakamoto"
|
||||||
|
Loading…
Reference in New Issue
Block a user