From b39916dd737624a7a4c2d5b7edbed3557ff57d5d Mon Sep 17 00:00:00 2001 From: AumGupta1609 <97738805+AumGupta1609@users.noreply.github.com> Date: Mon, 7 Feb 2022 23:52:03 +0530 Subject: [PATCH] Add files via upload --- tests/AumGupta1609_test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/AumGupta1609_test.py diff --git a/tests/AumGupta1609_test.py b/tests/AumGupta1609_test.py new file mode 100644 index 0000000..ba73ca6 --- /dev/null +++ b/tests/AumGupta1609_test.py @@ -0,0 +1,5 @@ +def test(): + assert 2+3 == 5 + assert 2*3 == 6 + assert 3-2 == 1 + assert 4/2 == 2 \ No newline at end of file