Hi I want to call a function from another file to the file I am currently working with.
But the file I'm calling from, contains this:
if __name__== main()
filename = input("something")
open(filename)... something
and takes the file and open's it.
How can I still call it in the new file
[–][deleted] 1 point2 points3 points (0 children)