Python核心编程2第六章课后练习
摘要:6-1 字符串 .string 模块中是否有一种字符串方法或者函数可以帮我鉴定一下一个字符串是否是另一个大字符串的一部分?#!/usr/bin/env pythondef contain(str1,str2): if str1 in str2: print...
阅读全文
posted @ 2014-12-16 13:43
posted @ 2014-12-16 13:43
posted @ 2014-09-26 13:20
posted @ 2014-09-24 16:44
posted @ 2014-09-24 08:50
posted @ 2014-09-24 08:29