Dictionary annotations

Report a typo

You have a function :

def volume(l:'length', w: 'width', h: 'height') -> 'result of multiplying l, w, h':
    return l * w * h

What will be the result of calling volume.__annotations__['return'] ?

Enter a short text
___

Create a free account to access the full topic