Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのようなことをしました:
import datetime nb_blank_days = (int(datetime.date(year, month, 1).strftime('%w'))+6)%7
しかし、私はあまりPythonicに見えません。助けはありますか?
目標は、7 月 1 日が金曜日であるため、最初の週を表示する前に 4 つの空白があることを示すことです。