From 122e63b2f18b8a854dc41d4b0c9cec6a841e1c4c Mon Sep 17 00:00:00 2001 From: Zexi Jesse Zhuang Date: Tue, 4 Oct 2016 13:07:25 -0700 Subject: [PATCH] python2 division, -Qnew --- built_ins/numeric_types.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 built_ins/numeric_types.py diff --git a/built_ins/numeric_types.py b/built_ins/numeric_types.py new file mode 100644 index 0000000..8103a2e --- /dev/null +++ b/built_ins/numeric_types.py @@ -0,0 +1,2 @@ +# run python2 -Qnew numeric_types.py +print 11/2