Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit677959f

Browse files
Create 1662.py
1 parent7ad2437 commit677959f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎1501-2000/1662.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
classSolution(object):
2+
defarrayStringsAreEqual(self,word1,word2):
3+
"""
4+
:type word1: List[str]
5+
:type word2: List[str]
6+
:rtype: bool
7+
"""
8+
return"".join(word1)=="".join(word2)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp