Currently we have games.py file which contains 10 games all in one.
We need to seperate all games into individual file with the naming format given below:
game_{game_number}.py
{game_number} is nothing but the number at which the game is present.
ie. 1st game is Handsome Test so the file name should be game_1.py
Currently we have
games.pyfile which contains 10 games all in one.We need to seperate all games into individual file with the naming format given below:
game_{game_number}.py{game_number}is nothing but the number at which the game is present.ie. 1st game is Handsome Test so the file name should be
game_1.py