Example from the docs: ```python base = URI("https://example.com/about/us") cdn = base // "cdn.example.com" # https://cdn.example.com/ assert cdn == URI(str(cdn)) # boom! ```