We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f301e7 commit d0bee7eCopy full SHA for d0bee7e
1 file changed
if else
@@ -0,0 +1,6 @@
1
+x = int(input("type 1: ")
2
+
3
+if x == 1:
4
+ print("one")
5
+else:
6
+ print("the number you typed is more thhan one or less")
0 commit comments