leetcode1108
Posted asenyang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了leetcode1108相关的知识,希望对你有一定的参考价值。
class Solution: def defangIPaddr(self, address: str) -> str: add = address.replace(‘.‘,‘[.]‘) return add
以上是关于leetcode1108的主要内容,如果未能解决你的问题,请参考以下文章
每日编程-440期Leetcode1108.IP 地址无效化
LeetCode 1108. Defanging an IP Address
Python描述 LeetCode 1108. IP 地址无效化
Python描述 LeetCode 1108. IP 地址无效化