[Tutor] string thing

Larry llwyble at cox.net
Thu Nov 20 23:50:07 EST 2003


I am trying to get python to print  

a = ( val, val)
print a

and the output is:
('0', '0')

I want the output to be:

(0, 0)

How do I get rid of the ' '
gizmos.   (:

Thanks





More information about the Tutor mailing list