Use time.time() to measure the elapsed wall-clock time between two points: import time start = time.time() print("hello") end = time.time() ...
確定! 回上一頁