Skip to content

Commit 99d60cb

Browse files
authored
Update day5.py
1 parent e6731a5 commit 99d60cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def find(s, ch, start):
77
return i
88
return -1
99

10-
b = 3
10+
b = 9
1111
m = []
1212
for i in range(b):
1313
m += ['']

0 commit comments

Comments
 (0)