Write a program that takes an argument via URL when accessing the main page. The argument is a string. The program should output it. Also, the Response object must be sent with the code 204.
Tip: We can get the data argument directly through a URL. It is in triangular brackets. State a name of the variable that you will use in the view function