Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
1st try: solo win!2nd try: team win!3rd try: team win!4th try: solo win!5th try: solo win!(Please like so it gets to the top)
That would be really funny if it was real life 😂😂😂😂😂
Muy genial el vídeo sigue asi
Should i change my Profil
Hola
from random import randintdef T1(): Grid=[] for n in range(3): Grid.append([]) [Grid[n].append('-') for m in range(3)] Grid[1][1]='X' r=[] a=randint(0,1) r.append(a) r.append(1-a) a=randint(0,1) for n in range(2): if r[n]==a: Grid[2][n
1st try: solo win!
2nd try: team win!
3rd try: team win!
4th try: solo win!
5th try: solo win!
(Please like so it gets to the top)
That would be really funny if it was real life 😂😂😂😂😂
Muy genial el vídeo sigue asi
Should i change my Profil
Hola
from random import randint
def T1():
Grid=[]
for n in range(3):
Grid.append([])
[Grid[n].append('-') for m in range(3)]
Grid[1][1]='X'
r=[]
a=randint(0,1)
r.append(a)
r.append(1-a)
a=randint(0,1)
for n in range(2):
if r[n]==a:
Grid[2][n