网站首页 站内搜索

搜索结果

查询Tags标签: yonghuming,共有 2条记录
  • python 2nd 条件控制

    实例1#简单判断是否成年 age=19 if age>18:print("成年了") else:print("未成年") #输出:成年了 实例2#根据红绿灯执行 lights="blue" if lights == "red":print("stop") elif lights == "green":print…

    2021/8/28 12:36:10 人评论 次浏览
  • python 2nd 条件控制

    实例1#简单判断是否成年 age=19 if age>18:print("成年了") else:print("未成年") #输出:成年了 实例2#根据红绿灯执行 lights="blue" if lights == "red":print("stop") elif lights == "green":print…

    2021/8/28 12:36:10 人评论 次浏览
扫一扫关注最新编程教程