packages = ["matplotlib", "micropip"]

Carregando...

Jogo da Velha

Placar: Melhor de 3 jogos

from js import document, Date ano_atual = Date.new().getFullYear() footer = document.getElementById("footer") link = document.createElement("a") link.href = "https://pyscript.net/" link.target = "_blank" link.textContent = "Feito com PyScript" footer.appendChild(link) footer.appendChild(document.createTextNode(f" por Jezebel Guedes – {ano_atual}"))