使用复习卡回顾 第 1 题,共 6 题
Python 函数与模块
开始实验
1 选择最佳答案

def greet(name): return f"Hello, {name}!" 中,return 的作用是什么?