sum_double¶
Get two int values from the user, output their sum. Unless the two values are the same, then output double their sum.
This exercise was taken from codingbat.com and has been adapted for the Python language. There are many great programming exercises there, but the majority are created for Java.