1 Star 0 Fork 0

rainbow / 软件作业

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Untitled-2.txt 201 Bytes
一键复制 编辑 原始数据 按行查看 历史
rainbow 提交于 2019-01-10 08:52 . 修改
def nextday(y,m,d)
y=input('y: ')
m=input('m: ')
d=input('d: ')
if m=12 and d=30 or d=31:
y=y+1
m=1
d=1
else
if
else
print ('y= ',y)
print ('m= ',m)
print ('d= ',d)
Python
1
https://gitee.com/ytning/software_operation.git
git@gitee.com:ytning/software_operation.git
ytning
software_operation
软件作业
master

搜索帮助