Datawhale leetcode訓練營 第四天

題目描述 方法一 我的首先想法是正則表達式,原因是這是一個從字符串中尋找符合某種要求的字符串。 class Solution(object): def myAtoi(self, s): """ :type str: str :rtype: int """ #引入正則化模塊 import re
相關文章
相關標籤/搜索