Skip to content

Commit 8d24d45

Browse files
committed
dailyu
1 parent d07645f commit 8d24d45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

my-submissions/m3227 updated.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Solution:
2+
def doesAliceWin(self, s: str) -> bool:
3+
return bool(re.search('[aeiou]{1}', s))

0 commit comments

Comments
 (0)