我是 Python 编程新手,无法将 IP 地址存储在变量 (ip) 中
ip = input("Enter IP address: ") # 192.168.0.1 (Example) print ("you entered: "+ip)
我收到一条错误消息,不知道该怎么办。
python ip input
input ×1
ip ×1
python ×1