
Rafal B. answered 06/07/20
Experienced Programming and Writing Tutor
Programmers split data into different files within the same project for organizational and debugging purposes.
An export is data in a file that you are making available to be used in other files. The only way this data could be accessed by these other files is if it is imported into them as an import.