I'm starting now and so I'm super lost, this is my code:
from random import choice
from tkinter import *
janela = Tk()
janela.title("Jogo do PAR ou IMPAR!")
fontPadrao = ("Arial", "10", "bold")
def jogar():
pc = [0, 1, 2, 3, 4, 5, 6, 7, 8...
asked by
20.12.2017 / 19:21