廖雪锋笔记1---python变量类型


整型:a/b a//b a%b

浮点型:.2 

字符串: "" '' r"" r''
'''...''' r'''...''''
变量值共享:写时复制 NULL型:Null 布尔型:True False
not Null --->True
True-------->True
False------->False
not 0------->True
not ""------>True
not ''------>True
not 0.0----->True
1==True ---->True
0==False---->True 类型判断:
type(a)
输入与输出:
printf(a,b,c,d)
input("xx")
上一篇:利用GPU改善程序性能的一点心得


下一篇:Jenkins - Linux下启动Jenkins报错hudson.WebAppMain#contextDestroyed: Shutting down a Jenkins instance that was still starting up