gpt4 book ai didi

python - 将函数从一个 python 文件导入到另一个

转载 作者:行者123 更新时间:2023-12-01 13:28:19 28 4
gpt4 key购买 nike

假设我有一个名为 a.py 的 python 文件使用函数 x,y,z。

我想将它们导入一个名为 b.py 的新文件中

我试过:from a import *from a import all没有运气。

我可以单独做:from a import x , from a import y ....

我怎样才能一次导入它们?

最佳答案

您可以导入一个文件,然后在函数名称之前使用导入名称来使用该文件上的函数。

import example #this import the entire file named example.py

example.myfunction() #this call a function from example file

关于python - 将函数从一个 python 文件导入到另一个,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47367195/

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