Write clean_handle(s) that normalizes a username: strip leading/trailing whitespace, remove any @, lowercase, and replace spaces with underscores.
clean_handle(s)
@