摘要: 函数返回多个返回值 def multiple_return_value(): import datetime d = datetime.date.today() val_1 = '年份为:{}'.format(d.year) val_2 = '月份为:{}'.format(d.month) retu 阅读全文
posted @ 2023-11-24 16:35 VipSoft 阅读(8) 评论(0) 推荐(0) 编辑