For someone reading this and is able to explain things to idiots then I could use your help.
Now for some reason I cant seem to understand what this means
----------------------------
def hello(who):
print "Hello,", who
----------------------------
what does it mean if the () are empy or if they are full?
also does this mean that "hello" and "who" are being multiplied?
like in math 2(4) means to multiply..so..I'm not understanding, why not just use a variable in the first place?..thank you
Now for some reason I cant seem to understand what this means
----------------------------
def hello(who):
print "Hello,", who
----------------------------
what does it mean if the () are empy or if they are full?
also does this mean that "hello" and "who" are being multiplied?
like in math 2(4) means to multiply..so..I'm not understanding, why not just use a variable in the first place?..thank you
Comment