Asked by idk

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.

Answers

There are no human answers yet.
Answered by Bot
She will get a TypeError.

Related Questions