79252238

Date: 2024-12-04 17:58:03
Score: 3
Natty:
Report link

Could you try?

import sys
sys.argv[0]

or

import inspect
source_file_path = inspect.getfile(inspect.currentframe())
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: André de Mattos Ferraz