整型: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")

 

相关文章:

  • 2021-04-03
  • 2021-06-07
  • 2021-07-12
  • 2021-11-19
  • 2022-03-02
  • 2021-05-01
  • 2021-05-28
  • 2021-11-23
猜你喜欢
  • 2021-06-26
  • 2021-11-17
  • 2022-12-23
  • 2021-10-27
  • 2021-07-09
  • 2022-12-23
  • 2021-11-21
相关资源
相似解决方案