Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Documentation
on this page
https://docs.python.org/3/library/timeit.html
the example
python3 -m timeit '"-".join(str(n) for n in range(100))'
should be
python3 -m timeit "'-'.join(str(n) for n in range(100))"
because CMD and PowerShell do not support the first format