源代码
def my_function(fname): print(fname + " Gates") my_function("Rory John") my_function("Jennifer Katharine") my_function("Phoebe Adele")
运行结果