Answer:
To resize the document, Nadia needs to press
Command +>/ Ctrl+> to increase the size of the frame and its contents by 1%.
Or press Command +</ Ctrl+< to decrease the size of the frame and its contents by 1%
identify the type of error described
Answer:
ZeroDivisionError
ValueError
Explanation:
ZeroDivisionError occurs when you attempt to divide a number by [tex]0[/tex].
ValueError occurs when the argument passed into a function holds the wrong value. In this case, the string is not numeric which cannot be passed into the float() function.
Hope this helps :)