calendar-python

from calendar import *

# year = int(input("Please Enter Year:"))
year = 2024

date = calendar(year,2,1,6,5)#year, month abbr num, row distance, column distance, month num per row
print(date)

posted @ 2024-07-18 00:45  million_yh  阅读(6)  评论(0编辑  收藏  举报