from forex_python.bitcoin import BtcConverter
b = BtcConverter()
s = (b.get_latest_price('USD'))/100000000
sats = int(input("How many sats? "))
print (sats*s)
Please Login to reply.
No replies yet.