```python h = HumanName('Van Nguyen') h.capitalize(force=True) str(h) # 'van Nguyen' ``` Do first names ever start with lower case?