在什么值得买网站上查询已关注商品的价格,商品价格在一段时间内达到最低就通过微信发送通知
官方python接口的改进。
For an introductory tutorial on how to use Jenkins to build a simple Node.js and React applicatio...
Pure Go implementation of the WebRTC API
这种题目我特别喜欢把 list 转换成 str 来处理
def fun(num_list): num_str = ''.join(num_list) first_index = num_str.index('0')-1 second_index = num_str[::-1].index('0')-1 print(num_str[first_index], num_str[::-1][second_index])