diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-22 20:08:56 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-22 20:08:56 -0400 |
commit | d90a58eea6e5753d0264f26f6180b40b697f6e11 (patch) | |
tree | 3c2157aa8ebb0b579b87cb05f118ab632f022ea2 /test4 | |
parent | 3fc57ae22f49e0746467358078632864a905a92f (diff) |
testing new features, imp. mult & negatives
Diffstat (limited to 'test4')
-rw-r--r-- | test4 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ x = 4 y = solve("x-2") print(y) +print("") + +y = solve("3*x") +print(y) |