Python urllib.parse.unquote() Function
The urllib.parse.unquote() function replaces %xx escapes with their single-character equivalent.
Syntax
urllib.parse.unquote(string)
Return Value
A decoded string.
Example
Output
Click Run to execute your code