Python生日提醒
0
一文教你利用Python制作一个生日提醒
目录1. 实战1-1 安装依赖1-2 &nbjssp;创建数据表1-3 查询数据1-4 遍历,获取距离今天的天数1-5 组装数据及消息推送在国内,大部分人都是过农历生日,然后借助日历[详细]
2022-12-28 09:16 分类:开发How can I check compilation errors in python?
#!/usr/bin/python str = "this" if(1): print "Hi" else: print str.any_random_function()开发者_开发技巧[详细]
2022-12-17 14:53 分类:问答