Browse Source

Profile

pull/9/head
Jure Šorn 6 years ago
parent
commit
9a10000342
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1338,7 +1338,7 @@ duration = time() - start_time
#### Times execution of the passed code:
```python
from timeit import timeit
timeit('"-".join(str(n) for n in range(100))',
timeit('"-".join(str(a) for a in range(100))',
number=10000, globals=globals())
```

Loading…
Cancel
Save