[Tutor] adding quotation marks around variables

jfouhy@paradise.net.nz jfouhy at paradise.net.nz
Mon Jul 11 00:35:24 CEST 2005


Quoting Robert <rpark69 at hotmail.com>:

> I have figured out how to do the math but I need to display these two
> variables with quotation marks around them. 
> 
> Also I need to add these two variables together and display the
> hexadecimal of these two variables???
> 
> Also how do you display wheather one variable is greater than or less
> than or equal to the other variable?

Hi Robert,

I recommend you have a look through the online Python tutorial
(http://python.org/doc); in particular, section 3:
http://docs.python.org/tut/node5.html

-- 
John.


More information about the Tutor mailing list