adjusted author variable

This commit is contained in:
Jonas_Jones 2022-12-22 17:29:12 +01:00
parent ba7d5efc6f
commit 2cb60388bf
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
__author__ = "7987847, Werner, 7347119, Fajst, 1234567, dalimeli" __author__ = "7987847, Werner, 7347119, Fajst, 7735965, Melikidze"
RANKS = ['Ace', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King'] RANKS = ['Ace', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King']
SUITS = ['Spades', 'Hearts', 'Diamonds', 'Clubs'] SUITS = ['Spades', 'Hearts', 'Diamonds', 'Clubs']

View file

@ -1,4 +1,4 @@
__author__ = "7987847, Werner, 7347119, Fajst, 1234567, dalimeli" __author__ = "7987847, Werner, 7347119, Fajst, 7735965, Melikidze"
class BOT: class BOT:
def __init__(self, name, cards): def __init__(self, name, cards):