coding: utf-8 -*-print("*******if...else语句*********")#if 条件为真的时候返回if前面内容,否则返回0exp1= lambda x:x+1 if 2==1 else ...
確定! 回上一頁