The simplest way in Python: import time start_time = time.time() main() print("--- %s seconds ---" % (time.time() - start_time)).
確定! 回上一頁