Frank "The Bot" de Bot wrote: >The strings are extracted from a file. (forgot to tell). Do you maybe know >a way >to make the string valid to calculate with? You need to convert them to numbers. If you know they're ints, use the builin int() function. Just