《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(
相關文章
相關標籤/搜索