age = 20
if age >= 18:
print 'adult'
elif age >= 6:
print 'teenager'
else:
print 'kid'
yahuichiu
2014-10-24
0 回答
举报
0/150
提交
取消