Skip to content

Commit b20c74a

Browse files
committed
Update IpReverse.py
(a)创建一个从整数到IP 地址的转换程序,如下格式: WWW.XXX.YYY.ZZZ. (b)更新你的程序,使之可以逆转换.
1 parent fe1ede3 commit b20c74a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

IpReverse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
def tranFromIPToInt(strIP):
42
lst = strIP.split(".")
53
if len(lst) != 4:

0 commit comments

Comments
 (0)