2018年1月10日 星期三

Python: Get the system time

Python: Get the system time

Python Basic: Exercise-98 with Solution

Write a Python program to get the system time.
Note : The system time is important for debugging, network information, random number seeds, or something as simple as program performance.
Sample Solution:-
import time
print()
print(time.ctime())
print()

========== RESTART: F:/Python_APSC/py-ex-basic-98.py =============

Wed Jan 10 21:36:34 2018

>>> 

沒有留言:

張貼留言

2026 作業2 RFID+Node-Red+Python+SQLite 練習 (修正版 利用wokwi 內部元件)

2026 作業2  RFID+Node-Red+Python+SQLite 練習 (修正版  利用wokwi 內部元件) 使用 wokwi 上 的 元件    (原先尚未有) 硬體線路   不需要 自行建立元件   rfid-rc522.chip.json   rfid-rc52...