Spaces:
Build error
Build error
File size: 146 Bytes
ce4ac29 |
1 2 3 4 |
def parse_novel_formula_test():
from app import parse_novel_formula
print(parse_novel_formula("-A+ B ++C-D+E"))
parse_novel_formula_test() |