All public logs
Jump to navigation
Jump to search
Combined display of all available logs of delarco wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:29, 24 September 2021 Delarco talk contribs created page Python: Timer, Sleep, Decorator (Created page with "<pre><strong>import</strong> <strong>time</strong> start_time = time.time() <em># ...</em> time.sleep(5.6) <em># ...</em> elapsedSecondes = time.time() - start_time elaps...")