Find the position of planet in solarsystem
Write a funtion named *nthplanet* which takes name of the planet as input string and provides the position of the planet, starti...
Champernowne Constant
The <http://en.wikipedia.org/wiki/Champernowne_constant Champernowne constant> is a real number whose digits in decimal represen...
5 years ago
Solved
Let's create histogram data by yourself.
We'd like to create histogram data, which first column shows the data, and second column shows the frequency.
input = [1, 2, ...