摘要: >>> if 3>2:print('ok') ok>>> if True:print(3);print(5) 35>>> chTesst=['1','2','3','4','5']>>> if chTesst: print(chTesst)else: print('Empty') ['1', '2' 阅读全文
posted @ 2017-05-23 21:11 JustLittle 阅读(4524) 评论(0) 推荐(0)