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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!