You are viewing a single comment's thread from:RE: Разрушители steemit: @themarkymark и его ботыView the full contextView the direct parentthemarkymark (80)in #steemit • 6 years ago
. . .
'for i in range(10):
print("!popcorn")'
for i in range(10): print("!popcorn")
hey I see, you are trying to use my bot, you have to write like this
``,`Python
codes
``,`
you need to remove the comma.
another example ;
from blocktrades.convert import * print(steem_to_btc(steem_amount=100))
Your python code
from blocktrades.convert import *
print(steem_to_btc(steem_amount=100))
{'steem': 100, 'btc': 0.01178963}
Made by @hakancelik
thanks.