Skip to content

Commit 4e359ca

Browse files
committed
Create 4th.py
1 parent 855831b commit 4e359ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

4th.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
a = int(input())
2+
3+
while(a>10):
4+
print("Hello")
5+
a=a-1

0 commit comments

Comments
 (0)