def kk(u): if(u)%2==0: print('u能被2整除') else: print('u不能被2整除') kk(81)
posted on 2019-07-03 15:18 温录凯 阅读(85) 评论(0) 收藏 举报