79335118

Date: 2025-01-07 07:09:33
Score: 0.5
Natty:
Report link

You can take adavntage of the pathlib module:

from pathlib import Path
Path('abc.def.gh.bz2').stem
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: itamar kanter