ICode9

精准搜索请尝试: 精确搜索
  • The Best 700-280 Exam Cram Ever - Pass Easily 700 280 Exam2019-07-20 19:54:44

    Tired of doing the same job? Get your hands on 700-280 exam It is the nature of the human being that he/she will get tired of doing the same task over and over, same is the case of the Cisco Specialist professionals. If you are an individual who is seekin

  • python-中缀转换后缀并计算2019-04-03 23:40:59

    这个好像比较简单。 前缀规则好像还没有理清楚。 # coding = utf-8class Stack: def __init__(self): self.items = [] # 是否为空 def is_empty(self): return self.items == [] # 进栈 def push(self, item): self.items.append(item) #

  • ** turtle模块和random模块2019-03-08 20:41:04

     turtle模块和random模块 1 # -*- coding: utf-8 -*- 2 # ~ import turtle 3 # ~ import random 4 from turtle import * 5 from random import * 6 def ground(): 7 hideturtle() 8 speed(100) 9 for i in range(400):10 pensize(randint(5,10))11

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有