1 Star 0 Fork 0

somw/python163

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
runnian.py 312 Bytes
Copy Edit Raw Blame History
somw authored 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("您输入的年份不是闰年")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/somw/python163.git
git@gitee.com:somw/python163.git
somw
python163
python163
master

Search

23e8dbc6 1850385 7e0993f3 1850385