Skip to content

Instantly share code, notes, and snippets.

@gealacoque
gealacoque / forca.py
Created November 11, 2020 12:38
Jogo da forca em python
from os import system, name
palavra = ''
chances = 0
def ler_arquivo():
global palavra
global chances
c = 0
with open('arquivo.txt') as f:
for line in f:
c+=1
@gealacoque
gealacoque / Entra21Aula008_.idea_.gitignore
Created October 15, 2020 15:03
Atividade em dupla - Pyhton
# Default ignored files
/shelf/
/workspace.xml