1 Star 0 Fork 0

somw/python163

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
runnian.py 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
somw 提交于 2020-10-15 00:48 . 123
# -*- coding: utf-8 -*-
# @Author: somw
# @Date: 2020-10-15 00:10:59
# @Last Modified by: somw
# @Last Modified time: 2020-10-15 00:16:20
year = input("请您输入年份:")
a = eval(year)
if a%400 == 0 or (a%4 == 0 and not a%100 == 0):
print("闰年")
else:
print("您输入的年份不是闰年")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/somw/python163.git
git@gitee.com:somw/python163.git
somw
python163
python163
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385