Skip to content

Commit cda9445

Browse files
committed
Updated Arrow Pattern
1 parent c9caddc commit cda9445

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Milestone 1/Patterns 2/Arrow pattern.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
while i <= n-c:
3030
sp = 1
3131
while sp < d:
32-
if sp%2==0:
33-
continue
34-
else:
35-
print(' ', end='')
32+
print(' ', end='')
3633
sp = sp+1
3734
j = 1
3835
while j <= d:

0 commit comments

Comments
 (0)