Implement a function that prints the information about the thread executing this function. The information includes the thread's name and its priority.
Don't forget to specify the data in the output. Look at the example to better understand the output format.
Here is the output example:
name: my-thread
priority: 5Tip: The function should not accept any arguments.