python学习之if条件句的使用
时间:2018-04-14 19:55:49
收藏:0
阅读:189
if循环
if 条件:
代码块
运行
if else的用法
if elseif else用法
if 条件1:
elif 条件2:
elif条件3:
else:
原文:https://www.cnblogs.com/justinyang/p/8834599.html
评论(0)