Python project - Games of Chance

What is up Codecademy peepz!

So I just finish my Game of Chance project with python.
I will like some of your feedback :slight_smile:

thanks

https://github.com/Pepito-11/Games_of_Chance/blob/main/game_of_chance.py

p.s.
new to coding

Hello! Your code looked good, and you seemed to follow naming conventions well! One thing you could do at the end (if you wanted), is to have the function calls in a while loop, so the user could keep playing the games. You could also have it so that they user could choose which game they wanted to play. But overall, I think you did a great job!

1 Like

hey :slight_smile:
I took your advice with the while loop.
Thanks for the feedback

1 Like