Your python code
from blocktrades.convert import *
ltc = steem_to_ltc(20)
btc = steem_to_btc(20)
print(f"ltc >> {ltc} \n btc >> {btc}")
### doc
print(steem_to_eth.__doc__)
Execute your python code
ltc >> 0.31066751
btc >> 0.00233392
if I sell STEEM as eth, how much I earn eth.
amount type : steem
steem convert > eth convert
If you found this comment useful, please consider upvoting it to help keep this execute python bot running.
Made by @hakancelik