79395579

Date: 2025-01-29 02:07:35
Score: 0.5
Natty:
Report link

If you want to import x and use it in another file, you just need to import it once. There's no need for another import or a "grab" function.

main.py:

from ImporterFile import x

print(x)

ImporterFile.py:

x = "hii!!"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mpivet-p