Ejercico138
user_9823623288
python
4 years ago
388 B
61
Indexable
# -*- coding: utf-8 -*-
"""
Created on Fri Oct 15 08:53:40 2021
@author: Quiubs
"""
#tarjetaBingo = {'B':[0-15], 'I':[16-30], 'N':[31-45],
# 'G':[46-60], 'O':[61-75]}
tarjetaBingo = {'B':[0,10,3,6,7],
'I':[16,23,19,20,22],
'N':[31,40,39,42,35],
'G':[46,50,51,52,49],
'O':[61,75,70,69,67]}Editor is loading...