Q. A function checkMain() defined in module Allchecks.py is being used in two different programs. In program 1 as
Program 1 as
Allchecks.checkMain(3, ‘A’)
and in program 2 as
checkMain(4, ‘Z’)
Why are these two function call statement different from one another when the function being invoked is just the same?
Answer =
Program 1 give result like
import Allchecks
Allchecks.checkMain(3, ‘A’)
While Program 2 call checkMain(4, ‘Z’) after running the module Allchecks.py
Thank you path wala for making such a great side for cs students 💖
ReplyDeleteWelcome : ) : ) : D
Deletereally it is very helpful thanks a lot
ReplyDeleteand your answer are very
helpful and understandable
Most Welcome.
DeleteReally thanks sir for your this answer
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )