Final answer:
To print digits in a block format, write functions that call functions from digitalclock.py.
Step-by-step explanation:
The subject of this question is Computers and Technology. The student is asked to write a series of functions in Python that will call functions from digitalclock.py to print the digits 0-9 in a block format with a fixed width and height. The functions should take in a single argument that defines the character to be used. The code for each digit function should not exceed five lines.