Ministério da Educação
Brasil um país de todos
Personal tools
Navigation
Log in


Forgot your password?
 
Document Actions

jogar.py

by Cicero Garrozi last modified 2015-06-26 04:57

Click here to get the file

Size 1 kB - File type text/python-source

File contents

def jogar(m, linha, coluna, jogador):
    erro = 0
    if linha >= 1 and linha <= 3:
        if coluna >=1 and coluna <=3:
            if m[linha-1][coluna-1] == "_":
                m[linha-1][coluna-1] = jogador
            else:
                print("Erro! Posicao ja esta' preenchida! Tente outra!")
                erro = 1

        else:
            print("Coluna invalida! Digite novamente.")
            erro = 1
    else:
        print("Linha invalida! Digite novamente.")
        erro = 1

    return m, erro

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: