We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07645f commit 8d24d45Copy full SHA for 8d24d45
my-submissions/m3227 updated.py
@@ -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