From 5bb983c30c82a0e84b3b8434cf548c469d533839 Mon Sep 17 00:00:00 2001 From: Manas Asati <44468527+ManasAsati@users.noreply.github.com> Date: Thu, 31 Oct 2019 21:45:11 +0530 Subject: [PATCH] Create check it --- Divisible by 2/check it | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Divisible by 2/check it diff --git a/Divisible by 2/check it b/Divisible by 2/check it new file mode 100644 index 0000000..515b7d6 --- /dev/null +++ b/Divisible by 2/check it @@ -0,0 +1,2 @@ +n=int(input()) +print(n//2)