mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-02-16 17:42:06 +00:00
from __future__ import print_function
`from __future__ import print_function` to bring the print function from Python 3 into Python 2.6 and 2.7. Properly deals with comma separated values in print() function.
This commit is contained in:
parent
d736cc98e7
commit
a47fa095cf
@ -1,3 +1,4 @@
|
|||||||
|
from __future__ import print_function
|
||||||
import bitcoin
|
import bitcoin
|
||||||
|
|
||||||
# Generate a random private key
|
# Generate a random private key
|
||||||
|
Loading…
Reference in New Issue
Block a user