weekday

こつこつPython

【毎日Python】Pythonで曜日を取得する方法|datetime.date.weekday

Pythonで本日の日付を取得import datetimePythonで曜日を取得する方法です。datetimeモジュールにあるdateオブジェクトのweekdayメソッドを使用します。まずは、datetimeモジュールをインポートしまし...