func greet (name: String ,day:String) -> String { reture "Hello \(name), today is \(day)." } greet ("Bob", day: "Tuseday")