有事微博找
IP属地:四川
1、print()输出 a\%输出 a=1 b=1 c=2 print("%d+%d=%d"%(a,b,c)) name="小明" age=13 print("%s今年%d岁...
1、spyder 多行缩进 : ctrl + ] 取消缩进: ctrl + [ 多行注释:ctrl + 1 或者ctrl +4 注释取消:ctrl + 1 或者ctrl +5...
1、文件读取 np.genfromtxt(文件路径,delimiter=分割方式,dtype=读取方式) 2、numpy中的属性 3、array的创建 3、数据类型转化 4、...
1.输入 a.input () input()输入字符串类型 int(input())输入整形 eval(input())自动解析,单引号,双引号都将其解释为int类型 e...