The code len(race) returns the number of elements in the relation race.
If we have the relation race = {10, 3, 9, 4, 2}, then len(race) would return 5.
1. Consider the relation race. What is displayed by len( race ) •10 •3 •9 •4 2.
1 answer