souravjain540 / Basic-Python-Programs

This repository will contain basic python programming questions and their solutions.
258 stars 383 forks source link

Create MasterMind.py #475

Closed Ruhan-Saad-Dave closed 3 months ago

Ruhan-Saad-Dave commented 3 months ago

This is a number guessing game, where user has to guess a number of certain digits, and the system will say how many digits in the input answer exists in the real answer, and how many of them are at correct position.