May-25-2023, 07:51 PM
Gribouillis :
Thank for your patient and concerns.
So What do I have to do from the original file as the following ? :
import a as l
def sum (x, y):
return x + y
# calls the sum function defined in the module a
print (l.sum(2, 6))
Do I need to change the import statement?
Thank for your patient and concerns.
So What do I have to do from the original file as the following ? :
import a as l
def sum (x, y):
return x + y
# calls the sum function defined in the module a
print (l.sum(2, 6))
Do I need to change the import statement?