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.
pull/372/head
cclauss 7 years ago committed by GitHub
parent d736cc98e7
commit a47fa095cf

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

Loading…
Cancel
Save