In the topic, we learned the basics of manipulating data. However, there are some other functions for this purpose in the requests library. For example, there's a separate function to observe which of HTTP verbs (GET, POST, etc.) are available by the URL we specify.
To find out the name of this function, check out the section "HTTP verbs" in Python documentation for requests. Below, write just its name.