Which function in Python can be used to determine the length of a string?

A. size()
B. count()
C. length()
D. len()

D. len()