Module variable assignments are inherited from the parent module and you do not need to explicitly set them.

Module variable assignments are inherited from the parent module and you do not need to explicitly set them.
A . True
B . False

Answer: B

Explanation:

Module variable assignments are not inherited from the parent module and you need to explicitly set them using the source argument. This allows you to customize the behavior of each module instance.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments