From dab3b1d51ea9f7f314a37aecb643dc4b7e52fe98 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 24 Apr 2018 14:13:29 -0400 Subject: tests to folder --- tests/test9 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/test9 (limited to 'tests/test9') diff --git a/tests/test9 b/tests/test9 new file mode 100644 index 0000000..66a9cfb --- /dev/null +++ b/tests/test9 @@ -0,0 +1,16 @@ +x = 9 +print(3x) +print(2x + 5) +print(x - 9x) +print(5 + (3x)) +print((x - 4 * 5)2) +y = 8 +# 2*x*y = 144 +print(x2y) +print(2xy) +print(2x*y) + +A = 5 +B = 9 +print("") +print(2AB) -- cgit v1.2.3