Common Programming Problems
Links below to iPython Notebook viewer for my answers.
-
Snap, crackle, pop.
Print the numbers 1 to 100 inclusive. If divisible by 3, print Crackle instead of the number. If divisible by 5, print Pop. If divisible by both 3 and 5, print CracklePop -
Transmute
Given two words, print the steps in turning one word into the other, or a message that it is not possible.