开发者

How to call already defined function in an main selenium python script

开发者 https://www.devze.com 2023-03-22 22:16 出处:网络
I have defined python function in one py 开发者_如何转开发file and I want to include that function in my main script.

I have defined python function in one py 开发者_如何转开发file and I want to include that function in my main script. Please provide me the solution.


from other_file import other_function

# use other function:
val = other_function()
0

精彩评论

暂无评论...
验证码 换一张
取 消