def show_comment(c_id): comment.read_one(c_id) show_votes('comment', c_id)
def show_comment(c_id): _comment= comment.read_one(c_id) print (_comment) show_votes('comment', c_id)