from socket import * # UDP client=socket(AF_INET, SOCK_DGRAM) client.connect(('192.168.10.101', 8001)) msg = input("=>") client.send(msg.encode('utf-8')) client.close()
本文目錄:一、要實現的目標二、創建項目app1.APP介紹2
Now many people are asking , Z
Python Advanced training cours
input list Xs shape :【N,2】;ret
Preface I cleaned it up a few
目錄載入庫一、折線圖 二、散點圖三、條形圖四、柱狀