I have a script “7update.py” and would like to import it. Is there any way to do this? I can’t just type import 7update because it starts with a number so it’s not a valid identifier. I’ve tried using import('7update') but that doesn’t work.
I have a script 7update.py and would like to import it. Is there any
Share
Where
seven_upis valid identifier you’re going to be using in your python code for that module.