Python 条件语句
2020-12-13 05:18
阅读:545
标签:hellip nbsp else python 条件 pre pytho 判断 div Python 条件语句 标签:hellip nbsp else python 条件 pre pytho 判断 div 原文地址:https://www.cnblogs.com/niezhongle/p/11136222.html
if 判断条件:
执行语句……else:
执行语句……
if 判断条件1:
执行语句1……elif 判断条件2:
执行语句2……elif 判断条件3:
执行语句3……else:
执行语句4……
评论
亲,登录后才可以留言!