SyntaxFix
Write A Post
Hire A Developer
Questions
Time can also be measured by %timeit magic function as follow:
%timeit -t -n 1 print("hello")
n 1 is for running function only 1 time.
n 1