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 0d0b80f commit a38ecfdCopy full SHA for a38ecfd
Basic/While.py
@@ -3,3 +3,4 @@
3
while(i<8): #condition with expression
4
print(i)
5
i+=1
6
+print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')
0 commit comments