Infosys Interview Question

solve this code? def fast(items=[]) { items.append(1) return items } print( fast()) what is the output?