my_function <- function(fname) {
paste(fname, "Gates")
}
my_function("Bill")
my_function("Elom")
my_function("Steve")