On Monday, February 3, 2014 6:17:44 PM UTC, Joel Goldstick wrote:
> On Feb 3, 2014 1:05 PM, "Charlie Winn" wrote:
>
> >
>
> > On Sunday, February 2, 2014 9:46:24 PM UTC, Gary Herron wrote:
>
> > > On 02/02/2014 01:16 PM, Charlie Winn wrote:
>
>
On Sunday, February 2, 2014 9:46:24 PM UTC, Gary Herron wrote:
> On 02/02/2014 01:16 PM, Charlie Winn wrote:
>
> > Hey Guys i Need Help , When i run this program i get the 'None' Under the
> > program, see what i mean by just running it , can someone help me fix thi
Hey Guys i Need Help , When i run this program i get the 'None' Under the
program, see what i mean by just running it , can someone help me fix this
def Addition():
print('Addition: What are two your numbers?')
1 = float(input('First Number:'))
2 = float(input('Second Number:'))
p