Misti forgot to include arguments inside of a function call for a function that requires three arguments. What will happen?
She will get a type error.
Her program will continue running as usual.
Her program will fill in default values for the arguments.
She will get a name error.
1 answer
She will get a TypeError.