You may use the time module in order to measure the time it takes to run a Python script: import time startTime = time.time() #####your python script##### ...
確定! 回上一頁