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