def varexpo(a,k): if (........ and k>0) or (...........): return("fonction croissante") else: return("fonction décroissante")