It looks like you're new here. If you want to get involved, click one of these buttons!
startTime = os.timer()
endTime = os.timer() print("Loading time: "..(endTime-startTime))
Comments