Python:实现anagrams字谜算法
from __future__ import annotations
import collections
import pprint
from pathlib import Path
def signature(word: str) -> str:
from __future__ import annotations
import collections
import pprint
from pathlib import Path
def signature(word: str) -> str: