From b4d4abb76ab72dea994634f079520c0b6c4b9764 Mon Sep 17 00:00:00 2001 From: DeboraSilva07 <54987356+DeboraSilva07@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:50:28 -0400 Subject: [PATCH] Create hi.py --- hi.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hi.py diff --git a/hi.py b/hi.py new file mode 100644 index 0000000..92c726e --- /dev/null +++ b/hi.py @@ -0,0 +1,4 @@ +a = 500 +b = 250 +if b > a: + print("b is greater than a")