码迷,mamicode.com
首页 > 其他好文 > 详细

if else 补充

时间:2017-12-30 16:05:24      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:sam   style   big   gpo   if else   ==   pos   class   bsp   

age = 12

if age > 12 :
    print("big")
elif age == 12:
    print("same")
else:
    print("small")

 

if else 补充

标签:sam   style   big   gpo   if else   ==   pos   class   bsp   

原文地址:https://www.cnblogs.com/poirotluo/p/8149891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!