Python · Modules & Packages
What does this print? ``` import mymod # prints "loading" on import import mymod import mymod ``` (mymod has a top-level `print("loading")`)
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
