240 发简信
IP属地:四川
  • python 的输出总结

    1、print()输出 a\%输出 a=1 b=1 c=2 print("%d+%d=%d"%(a,b,c)) name="小明" age=13...

  • 快捷键

    1、spyder 多行缩进 : ctrl + ] 取消缩进: ctrl + [ 多行注释:ctrl + 1 或者ctrl +4 注释取消:ctr...

  • Resize,w 360,h 240
    numpy总结

    1、文件读取 np.genfromtxt(文件路径,delimiter=分割方式,dtype=读取方式) 2、numpy中的属性 3、array...

  • Resize,w 360,h 240
    python 的输入总结

    1.输入 a.input () input()输入字符串类型 int(input())输入整形 eval(input())自动解析,单引号,双...