- 博客(1)
- 资源 (2)
- 收藏
- 关注
原创 Python处理字符串中的回文串(“回文串”是一个正读和反读都一样的字符串,比如“level”、“aba”或者“noon”、“aa”等等就是回文串)
#coding:utf-8def no_abba(str):#破坏回文串使之不能包含回文 strnew ="" for i in range(len(str)): if len(strnew)==0: strnew=str[i] if (len(strnew)==1)and (strnew[-1]!=str[i]): ...
2019-04-30 00:42:52 4353
postman_5.1.3+Postman-Interceptor_v0.2.23
postman_5.1.3+Postman-Interceptor_v0.2.23;安装成功,亲测可用,骗人是小狗。
2018-05-31
t1lib5.1.2.tar.gz
下载个t1lib5.1.2.tar.gz还要积分,MD找了半天找到了个资源顺便把资源地址贴了
http://download.freenas.org/distfiles/
2016-11-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人