You are viewing a single comment's thread from:

RE: test 421321

in #coogger6 years ago

Your python code

from blocktrades.convert import *
steem_to_sbd_ = steem_to_sbd(steem_amount=10)
print(steem_to_sbd_)
lala = "lala"
print(lala )


Execute your python code

{'steem': 10, 'sbd': 7.574}
lala


If you found this comment useful, please consider upvoting it to help keep this execute python bot running.