d-Rickyy-b / Python-BlackJackBot

A Telegram bot written in Python to play the game BlackJack alone or with your friends
https://telegram.me/BlackJackBot
GNU General Public License v3.0
76 stars 37 forks source link

Use Python index function for getting indices #37

Closed d-Rickyy-b closed 6 years ago

d-Rickyy-b commented 7 years ago

https://github.com/d-Rickyy-b/Python-BlackJackBot/blob/f1161f523c89420a54c2e552cf1ed775dd4c5e8b/gamehandler.py#L23

d-Rickyy-b commented 6 years ago

Not possible, since this is a list of objects. One would need to pass the object to get the index, which is nonsense