Skip to content

Commit 9cf1147

Browse files
Find and Replace Pattern
1 parent 3edb986 commit 9cf1147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Leetcode_890.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
2020
1 <= words.length <= 50
2121
1 <= pattern.length = words[i].length <= 20
22+
"""
2223

2324
# MY SOLUTION
2425
def findAndReplacePattern(self, words, pattern):

0 commit comments

Comments
 (0)