Question: I'm working in IDLE coding in Python and I want to be able to double every digit in an integer that has an odd value
I'm working in IDLE coding in Python and I want to be able to double every digit in an integer that has an odd value and triple every digit in an integer if it has an even value. For example if the user inputs "121" I want to print "112211" and "120" would print "111222000" how do I do this?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
