Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: from module import function
Post: RE: from module import function within the same mo...

Thank u for your reply, I do understand that 'import' command will import a module, but if someone can explain how importing a module inside the same module will work. A detailed answer will help me t...
krishanu21 General Coding Help 4 2,712 Apr-22-2020, 07:40 AM
    Thread: from module import function
Post: from module import function

def fcn_a(): print('function A module name=' + __name__, ';') from test3 import fcn_b def fcn_b(): print('function B module name=' + __name__, ';') fcn_a() print('End-1', 'module name=' ...
krishanu21 General Coding Help 4 2,712 Apr-21-2020, 07:58 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020