import time def print_time(func): def decorate(*args, **kwargs): print(time.strftime("%x %X",time.localtime(time.time()))) func(*args, **kwargs) return decorate @print_time def compare(a,b): return a>b if compare(2,1): print("YES")
点赞 2

相关推荐

已注销:bro不如吃顿疯狂星期四
点赞 评论 收藏
分享
牛客网
牛客网在线编程
牛客网题解
牛客企业服务