← Back to List

25033번: finitefunc ↗

Solutions

PyPy3
45 B | 45 chars
def finitefunc(D):
    return set(D.values())