今日

こつこつPython

【毎日Python】Pythonで今日の日付を取得する方法|datetime.date.today

import datetimetoday_data = datetime.date.today()today_dataPythonで現在の日付を取得する方法です。使用するのは、datetimeモジュールにあるdateオブジェクトの、toda...