1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-21 23:58:09 +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:
cclauss 2017-09-06 06:44:52 +02:00 committed by GitHub
parent d736cc98e7
commit a47fa095cf

View File

@ -1,3 +1,4 @@
from __future__ import print_function
import bitcoin
# Generate a random private key