python运算符


1
name='cat' 2 if 'a' in name: 3 print('yes') 4 else: 5 print('no') 6

in的使用

posted @ 2018-04-02 14:06  未来的技术  阅读(91)  评论(1)    收藏  举报