0
how to name a specific script?
a = script script script script script script end script1 script1 script1 print(a)
7 Respostas
0
if you wanna make a function that you can use in other project you can name whatever you wannt in a seperate file and you can import like this
from .filename import funcionname
If the file is in the same directory
Now you can acces that function or class
0
can you explan better?
0
How can I give a name to a certain script function so that it can be used in the future?
0
you mean you wanna create a module in python?
0
I don’t know what it’s called, since I didn’t find anything in the comments
0
ok, thanks
0
hope that helped 😁😁