Bulls and cows/Player: Difference between revisions

Content added Content deleted
m (Fixed typo.)
Line 2,140: Line 2,140:


=={{header|Nim}}==
=={{header|Nim}}==
If there is an impossibility, the program ask the user for the number to guess and indicates where are the errors in scoring.
If there is an impossibility, the program asks the user for the number to guess and indicates where are the errors in scoring.
<lang Nim>import parseutils
<lang Nim>import parseutils
import random
import random