Confusing copy of wheat chessboard python problem

Original copy. The text is hard to understand, not clear what is the problem to be solved.

# Instructions

Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.

There once was a wise servant who saved the life of a prince.
The king promised to pay whatever the servant could dream up.
Knowing that the king loved chess, the servant told the king he would like to have grains of wheat.
One grain on the first square of a chess board, with the number of grains doubling on each successive square.

There are 64 squares on a chessboard (where square 1 has one grain, square 2 has two grains, and so on).

Write code that shows:

- how many grains were on a given square, and
- the total number of grains on the chessboard

Proposed copy

# Instructions

Wheat and chessboard. 

Once a king, who loved chess, challenged his servant to solve a puzzle and get a bag of gold if servant guesses correctly.

If a chessboard were to have wheat placed upon each square such that one grain were placed on the first square, two on the second, four on the third, and so on (doubling the number of grains on each subsequent square), how many grains of wheat would be on the chessboard at the finish?

A chessboard has 64 squares in total.

Write code that shows:
- how many grains there are on a given square, and
- the total number of grains on the chessboard at the end
1 Like

Hey! Have pasted in @Meatball who is involved in the Python track :smile:

Note, that text comes straight from the problem specs. Changes to that text would go to the specs which can then be synced to the various tracks.

Thank you @IsaacG! You took the words right out of my mouth. :smile:

1 Like