Python学习第二天

条件语句:if

if 表达式:

   代码块

if 表达式:

   代码块

elif 表达式:

  代码块

else:

  代码块

posted on 2021-09-15 21:29  卡哇伊的蜗牛  阅读(32)  评论(0编辑  收藏  举报