Instead of printing and checking the entire dataset, consider printing summaries of the data: for example, the number of items in a dictionary or the total of a list of numbers. For example, if you ar...Instead of printing and checking the entire dataset, consider printing summaries of the data: for example, the number of items in a dictionary or the total of a list of numbers. For example, if you are computing the average of a list of numbers, you could check that the result is not greater than the largest element in the list or less than the smallest.