Skip to content

Commit b6f6ea3

Browse files
changed commit
1 parent f1ad13e commit b6f6ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Milestone 2/Test1/YetanotherPattern.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ def ninjaPuzzle(n):
3232
i=i+1
3333
return 0
3434

35+
# this part of the code not used in the coding ninja compiler.
3536
t=int(input())
3637
while t !=0 :
3738
n = int(input())
3839
ninjaPuzzle(n)
39-
t=t-1
40+
t=t-1

0 commit comments

Comments
 (0)