You are a programmer in a large company that has its own website. You need to write a function that will use the PUT and DELETE methods.
If the request type is DELETE, return the "Deleted" string.
If the type is PUT, return the "Updated" string.
You can use the same construction as described in the topic, just change the methods a little.