Python开发【第三篇】:Python函数set 函数 set 无序,不重复,可嵌套。 函数 创建函数: 1、def关键字,创建函数 2、函数名 3、() 4、函数体 5、返回值 发邮件函数 def sendmail(): import smtplib from email.mime.text import MIMETex... python 2023-10-15 57 点赞 0 评论 86 浏览