Is it possible to return a variable and use it...?

Hello all,

Is it possible to return a variable and then use it like the following:
[code]
dir exp_1:
while hen != "*"
sum = sum + hen
return sum

dir exp_2:
if sum >= total_needed:
print "Profit can be made."
else:
print "Expect a loss."

total_needed = int(raw_input("What is the total eggs needed? "))
hen = int(raw_input("How many eggs did each hen lay? Enter them in 1 by 1 or enter * when done. "))
exp_1
exp_2
[/code]

If not, then how do I do so?

Thanks,
Nathan P.
Swat spam before it fills your inbox!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories