断言的定义

str1='hello'
assert type(str1) is str
print('后面的代码')
#用于后面的程序依赖于前面的,如果断言出错就会报错中断