标签: python
我刚开始使用leetcode,在解决方案类中,它们具有第一个功能
what is (IP:str) -> str:
它做什么?
class Solution: def validIPAddress(self, IP: str) -> str: