-
- Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
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