SyntaxFix
Write A Post
Hire A Developer
Questions
import time start = time.time() "the code you want to test stays here" end = time.time() print(end - start)