RE: test 421321

You are viewing a single comment's thread from:

test 421321

in coogger •  6 years ago  (edited)

Test

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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.