Dec-06-2019, 06:09 PM
Hi,
I am doing a University Project and i need to import a file named time.py to the main projetc file that is main.py
The problem is that time is a module in Python Standart Library and when i run the program it is calling that module instead the time.py file.
I can“t change the name of the file.
What shoud i do?
Thank you.
I am doing a University Project and i need to import a file named time.py to the main projetc file that is main.py
The problem is that time is a module in Python Standart Library and when i run the program it is calling that module instead the time.py file.
I can“t change the name of the file.
What shoud i do?
Thank you.