I'm a beginner learner, so please take my post with a few spoons of salt. But I have a better idea ( which includes printing a list with string+ integers)
D2List=[[1,2,3],[4,"Bingo",5],[6,7,8]]
for x,y,z in D2List:
print ("x,y,z")
I got it working: https://github.com/Bahaa2468/Python/blob/22e6cfc9b478f9336ef0be283e2693c40f13d538/Bingo%20Game.Generator.py