1234567#!/usr/bin/env python# -*- coding:utf-8 -*-branches =1x= 2assert (branches) == (x)print(1) __assert__语句其实可以当作一个try exception使用 不满足条件即程序中断