摘要:
冒号后面是建议传入的参数类型 箭头后面是建议函数返回的类型 注意都是建议,不是强制。主要为了提高代码可读性。 列: def testing(name: str) -> str: return 'Hello ' + name 阅读全文
posted @ 2020-12-29 17:48
dsprain
阅读(574)
评论(0)
推荐(0)
摘要:
这个模块实现了特定目标的容器,以提供Python标准内建容器 dict , list , set , 和 tuple 的替代选择。 具体使用见官方文档:https://docs.python.org/zh-cn/3/library/collections.html 阅读全文
posted @ 2020-12-29 15:09
dsprain
阅读(74)
评论(0)
推荐(0)

浙公网安备 33010602011771号