To check the execution time of a single line of python code, use %timeit. A simple example below to see how it works: #### Simple usage of magics command % ...
確定! 回上一頁