我的代碼是在這裏網站IP地址的打印機,蟒蛇不工作
ip=int(input("What website do u need the ip address from?"))
ipad=socket.gethostbyname(ip)
print("Thats websites ip is",ipad)
wait=input("Press enter to exit")
os.system('cls')
那麼這將返回一個錯誤 ValueError: invalid literal for int() with base 10: 'www.google.com'