如何使用Python查找给定年份的第一个日期?
在此程序中,我们必须打印一年的第一天。我们必须以一年作为用户输入。
算法
Step 1: Import the datetime library. Step 2: Take year as input from the user. Step 3: Get the 的第一天 the year by passing month, day and year as parameters to the datetime.datetime() function Step 4: Display the first day using strftime() function.
范例程式码
import datetime
year = int(input("输入年份: "))
firstday = datetime.datetime(year, 1,1)
print("的第一天 ", year, " = ", firstday.strftime("%A"))输出结果的第一天 2021 = Friday
热门推荐
10 读书祝福语女生短句简短
11 感谢同事新婚祝福语简短
12 感谢教官文案祝福语简短
13 员工聚会蛋糕祝福语简短
14 元宵发客户祝福语简短
15 给团队信心祝福语简短
16 医美的祝福语大全简短
17 异国姻缘的祝福语简短
18 兄妹拍照祝福语简短的话