【发布时间】:2017-03-01 18:37:43
【问题描述】:
def pre_process(t):
""" (str) -> str
returns a copy of the string with all punctuation removed, and all letters set to lowercase. The only characters in the output will be lowercase letters, numbers, and whitespace.
"""
【问题讨论】:
-
你试过什么?你用谷歌搜索过吗?如果你愿意,你会得到第一个链接的答案
-
查看Google Search结果
-
你试过我的答案了吗?
标签: python function python-3.x ide