MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / option_2

Function option_2

IP_Locator/main.py:36–42  ·  view source on GitHub ↗

Option 2 --> IP Finder

()

Source from the content-addressed store, hash-verified

34 Home()
35
36def option_2():
37 """
38 Option 2 --> IP Finder
39 """
40 LocateIP.get_ip()
41 Display_Menu()
42 Home()
43
44def option_3():
45 """

Callers 1

HomeFunction · 0.85

Calls 2

Display_MenuFunction · 0.85
HomeFunction · 0.85

Tested by

no test coverage detected