HANDS-ON

Chapter 8: 日付と時刻の処理

0/3

現在の日時を取得

初級

現在の日時を取得してください。

この章の学習内容を確認する →
Python
from datetime import datetime now = datetime.() print(now)