python学习笔记3

复习:

关键字(保留字)33个

and  as  assert

break

class  continue 

del  def

elif  else  except

finally  False  for  from

globle

import  in  is  if

lambda

not  None  nonlocal

or

pass

raise  return

try  Ture

while  with

yield

 

第三章 基本数据类型 

 

上一篇:vue quill使用&quill 自定义图片上传&自定义mp4 更换标签


下一篇:「Python入门」异常处理