Skip to content

Commit 855831b

Browse files
committed
Create 3rd.py
1 parent 383259b commit 855831b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

3rd.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
h = int(input())
2+
if(h>10):
3+
print("The Number is Greater Than 10")
4+
elif(h<10):
5+
print("The Number is Less than 10")
6+
else:
7+
print("Equal")

0 commit comments

Comments
 (0)