def fun(): list = [] list.append(10) list.append(7) list.append(3) list.append(15) list.append(8) return list print(fun())