We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855831b commit 4e359caCopy full SHA for 4e359ca
4th.py
@@ -0,0 +1,5 @@
1
+a = int(input())
2
+
3
+while(a>10):
4
+ print("Hello")
5
+ a=a-1
0 commit comments