Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/w/i/willie-extras-HEAD/dicelog.py willie-extras(Download)
import time import os.path from willie.modules.calc import calculate import re
# replace, split and join to exclude dropped dice from the math. result = calculate(''.join( full_string.replace('[', '#').replace(']', '#').split('#')[::2])) if result == 'Sorry, no result.':