Re: [Tutor] New user Knows nothing about python I Need HELP
> To: "Jerry Hill"
> Cc: "William Stewart" , tutor@python.org
> Date: Monday, January 30, 2012, 3:00 PM
>
>
> On Mon, Jan 30, 2012 at 2:21 PM, Jerry Hill
> http://ca.mc886.mail.yahoo.com/mc/compose?
On Mon, Jan 30, 2012 at 2:21 PM, Jerry Hill wrote:
> On Mon, Jan 30, 2012 at 2:02 PM, William Stewart
> wrote:
>> I have no Idea how to start this task I have never used ANY programming
>> programs before And I dont Know the language either
>> The online help files from python Did not help a bit
On Mon, Jan 30, 2012 at 2:02 PM, William Stewart
wrote:
> I have no Idea how to start this task I have never used ANY programming
> programs before And I dont Know the language either
> The online help files from python Did not help a bit
Here's a few resources that might get you started.
Firs
hello
I am trying to make a math functions program which includes
ADDITION: 2+2=4
SUBTRACTION: 4-2=2
MULTIPLICATION: 4*2=8
DIVISION: 4/2=2
EXPONENT: 2**3=8
REMAINDER: 5%2=1
I have no Idea how to start this task I have never used ANY programming
programs before And I dont Know the language eit