79756099

Date: 2025-09-04 18:35:04
Score: 1
Natty:
Report link

For Python 3.13+, pdb supports multi-line input.

For Python <= 3.12, use IPython.

from IPython import embed; embed(user_ns=locals() | globals())
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: HumpbackWhale194