From d0bee7ebd9c921e2b4460b7db46ea2694a31961a Mon Sep 17 00:00:00 2001 From: deepcodespythonmorethenu <72375257+deepcodespythonmorethenu@users.noreply.github.com> Date: Fri, 16 Oct 2020 10:41:22 +0530 Subject: [PATCH] if else tha best output --) one --- if else | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 if else diff --git a/if else b/if else new file mode 100644 index 0000000..a2b1298 --- /dev/null +++ b/if else @@ -0,0 +1,6 @@ +x = int(input("type 1: ") + +if x == 1: + print("one") +else: + print("the number you typed is more thhan one or less")