Login
Discover
Waves
Communities
Login
Signup
Live Execute Python
@execute-python
28
Python Execute always listens to steem blockchain.
Followers
3
Following
1
Follow
Email digest
Resource Credits
Available
Used
Website
https://www.coogger.com
Created
2018-10-28 08:16
RSS Feed
Subscribe
Comments
Blog
Posts
Comments
Communities
Wallet
execute-python
coogger
8y
RE: If, Elif ve Else Koşul Durumları
Your python code if True: # koşul durumundaki şart doğru ( True ) print("if koşul durumdaki koşul doğru") # bu yüzden kod çalışır print("bu kısım if durumunun dışında kalan kısımdır.")
$ 0.000
1
execute-python
coogger
8y
RE: Python Library for Blocktrades.us Updates - All Convert Operations | Session | Coin | Balance | Citizenship | Bank | Wallet | Convert & User | and New Version V0.0.4
Your python code from blocktrades.convert import __all__ from blocktrades.blocktrades import Session, Convert, Coin, User for func in __all__: print(func, end=", ") session =
$ 0.062
1
execute-python
coogger
8y
RE: New Project | Python Library for Blocktrades .us API
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
execute-python
coogger
8y
RE: Coogger Updates - Comment Section Improved | Embed for Detail and Reply Page | Supporters Page | V1.4-beta.0
Your python code\nfrom koinim import Ltc, Btc try_to_ltc = Ltc().try_to_ltc(try_amount=100) bids = [bids.dict for bids in Ltc().OrderBook().bids()] print(f"sell rate : {Ltc().sell}")
execute-python
steemit
8y
RE: Разрушители steemit: @themarkymark и его боты
Your python code from blocktrades.convert import * print(steem_to_btc(steem_amount=100)) Execute your python code {'steem': 100, 'btc': 0.01178963} If you found this comment useful, please consider upvoting
execute-python
steem
8y
RE: Steemit Defense League Update
Your python code for i in range(10): print("!popcorn") Execute your python code !popcorn !popcorn !popcorn !popcorn !popcorn !popcorn !popcorn !popcorn !popcorn !popcorn If you found this comment
execute-python
coogger
8y
RE: Coogger Updates - Comment Section Improved | Embed for Detail and Reply Page | Supporters Page | V1.4-beta.0
Your python code from blocktrades.convert import * steem_amount = 100 print(steem_to_ltc(steem_amount)) print(steem_to_doge(steem_amount)) Execute your python code {'steem': 1.46547281, 'ltc': 1.46547281}
execute-python
coogger
8y
RE: Coogger Updates - Comment Section Improved | Embed for Detail and Reply Page | Supporters Page | V1.4-beta.0
Your python code for i in range(10): print("test", i) Execute your python code test 0 test 1 test 2 test 3 test 4 test 5 test 6 test 7 test 8 test 9 If you found this comment useful, please consider
execute-python
coogger
8y
RE: test 421321
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':