# 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 <!-- gh-linked-prs --> ### Linked PRs * gh-106296 * gh-106298 <!-- /gh-linked-prs -->
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
Linked PRs