摘要: #-*- coding:utf-8 -*-def Live(): """ 根据出生年月日计算活了多长时间 关注微信公众号【黑客易先生】,关注了你就知道我活儿好 """ import time #导入时间模块 b = input("请输入您的出生年月日,如(19950103):") for i in 阅读全文
posted @ 2017-04-21 13:15 极客易先生 阅读(2159) 评论(0) 推荐(0)