240 发简信
IP属地:山西
  • 120
    史上最全Python数据分析学习路径图

    本文摘自同行说用户“风一样的男子”,原文链接:http://www.yidianzixun.com/n/0CAz84ve?s=1&appid=yidian,如涉及版权问题请及...

  • python讲义2

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

  • python讲义

    需要登录 www.shucunwang.com/RunCode/python3 进行练习 复习 if else 语句 age = 17if age > 18:print("y...

  • 120
    BCIS Parent's Meeting

    Teachers, now you can create your time schedule for parent's meeting which will happen ...

  • PYTHON BASIC

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

  • 120
    BCIS Server Tutorial

    Login to the server bcis.quickconnect.tousername:your namepassword:your name example:us...

  • PYGAME EXAMPLE 2

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

  • PYGAME EXAMPLE

    Pie Game import mathimport pygameimport sysfrom pygame.locals import * pygame.init()scr...

  • PYTHON PRACTICE

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

  • PYGAME BASIC

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

  • PYTHON BASIC

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