python 輸入某年某月,判斷這是一年中的第幾天 代碼

p = int(input("輸入0白表示結束程序,輸入其他數字表示繼續")) while p:     year = int(input("請輸入年份:"))     month = int(input("請輸入月份:"))     day = int(input("請輸入號數:"))     def ndays(year,month,day):         msp=[31,28,31,30
相關文章
相關標籤/搜索