#!/usr/bin/env python
# coding: utf-8
# # Python module to find out your IP address:
# In[2]:
pip install whatismyip
# In[13]:
import whatismyip
# In[14]:
whatismyip.amionline()
# In[15]:
whatismyip.whatismyip()
# In[16]:
whatismyip.whatismyipv4()
# In[17]:
whatismyip.whatismyipv6()
# In[ ]:
0 Comments:
Post a Comment