《Python 编程:从入门到实践》第二章(数据类型)练习题答案

字符串知识点: string.title() string.rstrip() string.lstrip() string.strip() 字符串部分练习题答案: name = ’ Ya Wei ’ message = (‘Hello %s,would you liake to learn some Python today?’ % name) print(name.title()) print(
相关文章
相关标签/搜索