Re: [Tutor] how do I set variables in Python 3.4

2014-07-14 Thread Danielle Salaz
all of your help On Sun, Jul 13, 2014 at 10:41 AM, Danny Yoo wrote: > On Sun, Jul 13, 2014 at 12:25 AM, Danielle Salaz > wrote: > > This is what I've been doing, also I'm using version 3.4 > > > > set "(operand1 = 2 and operand2 = 7) > > print (ope

Re: [Tutor] how do I set variables in Python 3.4

2014-07-13 Thread Danielle Salaz
I am using idle Sent from my iPhone > On Jul 11, 2014, at 1:50 PM, Alan Gauld wrote: > >> On 11/07/14 06:50, Danielle Salaz wrote: >> I'm a noob to Python and cannot figure out how to complete one of my >> assignments. >> >> I am supposed to use

Re: [Tutor] how do I set variables in Python 3.4

2014-07-13 Thread Danielle Salaz
11, 2014, at 12:38 PM, William Ray Wing wrote: > >> On Jul 11, 2014, at 1:50 AM, Danielle Salaz wrote: >> >> I'm a noob to Python and cannot figure out how to complete one of my >> assignments. > > Welcome to Python - I’d hope you’ve been monitoring this Tutor l

[Tutor] how do I set variables in Python 3.4

2014-07-11 Thread Danielle Salaz
I'm a noob to Python and cannot figure out how to complete one of my assignments. I am supposed to use operand1=2 and operand2=7 To complete: result= operand1+operand2 etc, but I keep getting invalid syntax either on the " or operand1. Please help Sent from my iPhone _