💾
((̲̅ ̲̅(̲̅C̲̅r̲̅a̲̅y̲̅o̲̅l̲̲̅̅a̲̅( ̲̅((>
Pinned Loading
-
difference-script-
difference-script- PublicHighlight the difference between two text or XML files
Python
-
-
-
Get ip address created by Smccann01 ...
Get ip address created by Smccann01 - https://repl.it/@Smccann01/Get-ip-address 1import socket
2hostname = socket.gethostname()
3IPAddr = socket.gethostbyname(hostname)
4print("Your Computer Name is:" + hostname)
5print("Your Computer IP Address is:" + IPAddr)
-
Get your lat and long
Get your lat and long 1import http.client
2import json
3from urllib.parse import quote_plus
4base = '/maps/api/geocode/json'
5def geocode(address):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.