elleklinton / PiedPoker

A dope library to play with poker probabilities ♣♦♥♠ https://colab.research.google.com/drive/1sLgDZRGmRojkJUEcHwz9o1j9ZN2j4l0p?usp=sharing
https://pypi.org/project/pied-poker/
34 stars 6 forks source link

Use 't' instead of '10' #6

Open moeinkm opened 3 months ago

moeinkm commented 3 months ago

Hi,

Great project! I noticed that you use '10' to represent the ten card. To simplify the code and reduce the number of if-else statements, I suggest using 't' instead of '10'. This convention is commonly used in poker programming and can make the code cleaner and more efficient.