From eaccc435a28a3b2ee337aa072c1e1d765fc5fd8f Mon Sep 17 00:00:00 2001 From: Aaliya1708 <56965011+Aaliya1708@users.noreply.github.com> Date: Mon, 12 Oct 2020 17:15:02 +0530 Subject: [PATCH] Bitshift --- Divisible by 2/16123004.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Divisible by 2/16123004.py b/Divisible by 2/16123004.py index a8673e7..87bcdfc 100644 --- a/Divisible by 2/16123004.py +++ b/Divisible by 2/16123004.py @@ -1,5 +1,5 @@ n = int(input()) - +print(n>>1) # TODO Fill Code here