What happens by default when a function annotated def total(count: int) is called with "3…

from Python
beginner 1 min

What happens by default when a function annotated def total(count: int) is called with "3"?

Report an error