纪念一下,我的第一个自定义函数

def kk(u):
    if(u)%2==0:
        print('u能被2整除')
    else:
        print('u不能被2整除')
kk(81)

 

posted on 2019-07-03 15:18  温录凯  阅读(80)  评论(0编辑  收藏  举报

导航