Python教程
当前位置| > 博客

Python教程

Python是一种面向对象的解释型...
  • python 五子棋 python">from graphics import * from math import * def gobangwin(): win=GraphWin("this is a gobang game",400,400) #ÖÆ×÷21x21µÄÆåÅÌ win.setBackground("yellow") i1=0 whil... 继续阅读python 五子棋

    :
    2018-05-16
  • Python的socket编程 目前处在学习python的阶段,昨天看到了python的socket模块,分别实现TCP、UDP时间戳回显。 1、tcp通信server和client代码 # tcpServer.py #!/usr/bin/python # -*- coding: utf-8 -*- from socket import * from time import ctime ... 继续阅读Python的socket编程

    :
    2018-05-16