function balancedParenthesis(str){
//code here
}
//do not delete below this line
module.exports = balancedParenthesis;