module.exports=function(n){return 0==n||1==n?"one":"other"}