= 2
m = 3
n = 4
The above code placed in a script.py file
And in another file
from script import iwl
#now I want k,l,m,n as a list() . What to do?
# ['k','l','m','n']
dir(iwl).keys()
Обсуждают сегодня