240 发简信
IP属地:广东
  • random用法

    random.randrange 从指定范围内。按指定基数递增的集合中 ,这篇文章就是对python生成随机数的应用程序的部分介绍。 随机整数:...

  • Resize,w 360,h 240
  • Resize,w 360,h 240
    标准异常总结

    以下是 Python 内置异常类的层次结构: BaseException +-- SystemExit +-- KeyboardInterrup...

  • 2018-07-04

    n =input("输入一个数:") n =int(n) sum =1/n x =2 y =1 while x < n: if n %2 ==0...

  • python学习笔记

    1.idle是一个pythonshell,输入界面 2.python中打印文本有‘’或者“”时,(1).用转义符号\进行转义,如:‘Let's ...

  • Resize,w 360,h 240
    2018-07-03

    0.面向对象? 1.pythonshell 2.打印 3.* 4.*可以输出倍数个字符串,但是+的前面是字符串,后面是整形数字,类型不同 5. ...

  • Resize,w 360,h 240
    2018-07-03

    0.C,不能以数字开头 1.小甲鱼,myteacher没有新的赋值,yourteacher的值为黑夜 2.小甲鱼 3.’520‘ dangda...

  • Resize,w 360,h 240
    2018-07-02

    0.内置函数,dir(__builtins__) 1.len(dir(__builtins__)) 153 2.不一样 3. 4.不会,仔细...