To get the current time in Python, import the datetime class from the datetime module and call datetime.now().strftime("%H:%M:%S")
確定! 回上一頁