var score = 80 if score > 90 { print("youxiu") }else if score > 80 { print("lianghao") }else if score > 60{ print("jige") }