gpt4 book ai didi

python - 在 Python 中将变量从一个函数调用到另一个函数

转载 作者:太空狗 更新时间:2023-10-29 20:20:14 26 4
gpt4 key购买 nike

<分区>

我正在编写一个程序来通过 python 发送电子邮件。我有不同的 def 来保存包含电子邮件用户名和电子邮件密码等的变量。然后我有另一个实际发送电子邮件的 def,但它需要包含电子邮件用户名和密码等的变量。我如何调用来自不同定义的变量?抱歉奇怪的措辞。我不知道还能怎么说 :P 谢谢!

def get_email_address():
#the code to open up a window that gets the email address
Email = input
def get_email_username():
#the code to open up a window that gets email username
Email_Username = input

#same for the email recipient and email password

def send_email():
#here I need to pull all the variables from the other def's
#code to send email

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