mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
1a620c579d
Use SyntaxError invalid range in tutorial introduction example (GH-93031) Use output from a 3.10+ REPL, showing invalid range, for the SyntaxError examples in the tutorial introduction page. Co-authored-by: Eddie Hebert <eddie@eddiehebert.com>