函数参数函数参数def my_function(fname): print(fname + " Gates") my_function("Rory John")my_function("Jennifer Katharine")my_function("Phoebe Adele")