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