79340083

Date: 2025-01-08 16:52:25
Score: 1.5
Natty:
Report link

A solution without invoking Windows specific APIs will be using pathlib.

from pathlib import Path  
Path(tempDir).resolve()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kelvin Jimenez