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