I have two functions abc() and cdf(). I have called cdf in abc. I had passed input to abc() and passed nothing to cdf(). but in cdf() i require the the input values as i passed in abc() so can i use the inputs of abc() into cdf() without passing inputs in cdf().