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

Function option_1

IP_Locator/main.py:28–34  ·  view source on GitHub ↗

Option 1 --> IP Locater

()

Source from the content-addressed store, hash-verified

26 print(header)
27
28def option_1():
29 """
30 Option 1 --> IP Locater
31 """
32 LocateIP.locate_ip()
33 Display_Menu()
34 Home()
35
36def option_2():
37 """

Callers 1

HomeFunction · 0.85

Calls 2

Display_MenuFunction · 0.85
HomeFunction · 0.85

Tested by

no test coverage detected