240 发简信
IP属地:宁夏
  • python讲义2

    复习 sum = 0i = 0while i <= 100:sum = sum + ii = i + 1 print(sum) for循环 s...

  • python讲义

    需要登录 www.shucunwang.com/RunCode/python3 进行练习 复习 if else 语句 age = 17if ag...

  • Resize,w 360,h 240
    BCIS Parent's Meeting

    Teachers, now you can create your time schedule for parent's meeting whi...

  • Resize,w 360,h 240
    BCIS Server Tutorial

    Login to the server bcis.quickconnect.tousername:your namepassword:your ...

  • PYGAME EXAMPLE 2

    Tank Battle Game: Tank Battle Game Chapter 12 import sys, time, random, ...

  • PYGAME EXAMPLE

    Pie Game import mathimport pygameimport sysfrom pygame.locals import * p...

  • PYTHON PRACTICE

    Print out “This is python class” Print out the remainder of 97 divided b...

  • PYGAME BASIC

    Color: red 0-255green 0-255blue 0-255 Coordinate: (x, y)x: from left to ...

  • PYTHON BASIC

    Output: print(3)print("Hello World") A = 123B = 'ABC'C = 456D = 'DEF'pri...