// Define and call your function here:
func addDance (_sentence: String) {
return addDance (sentence) + " and then we go dance"
}
***getting cannot find "sentence" in scope
please help. I followed what you helped him out with and still getting the same error