gpt4 book ai didi

python 2 与 3 : Lambda Operator

转载 作者:太空狗 更新时间:2023-10-30 02:44:27 24 4
gpt4 key购买 nike

<分区>

在 Python 2 和 3 之间,lambda 函数的工作方式有变化吗?我在 python 2 中运行代码并且它工作正常,但在 Python 3 中失败,我试图将我的代码移植到其中以利用第 3 方模块。

pos_io_tagged = map(lambda ((word, pos_tag), io_tag):
(word, pos_tag, io_tag), zip(zip(words, pos_tags), io_tags))

我在 Stackoverflow 上研究了多个问题并阅读了几篇文章,例如 this但仍然找不到答案。有没有我可以查看的资源?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com