summaryrefslogtreecommitdiff
path: root/progs/a425.py
blob: 00c5c34c10da4a135b871528f2eb219db2bb9d31 (plain)
1
2
def smallest_num(xs):
  return min(xs)