-
Notifications
You must be signed in to change notification settings - Fork 0
/
Performance.py
46 lines (25 loc) · 1.05 KB
/
Performance.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
from HB_Detection import HB_Detection
import os
ESPACOS1=" "
ESPACOS2=" "
ESPACOS3=" "
ESPACOS4=" "
ESPACOS5=" "
ESPACOS6=""
ESPACOS7=" "
ESPACOS8=" "
ESPACOS9=" "
class Performance(HB_Detection):
escolha = ""
def print_instructions(self):
print("\n\n")
print(ESPACOS1,"Qual o seu nível de confiança no acerto das suas respostas nas duas")
print(ESPACOS2,"últimas etapas ?\n")
print(ESPACOS3,"Escolha uma das respostas abaixo de 1 (nenhuma confiança) a 9 (total")
print(ESPACOS4,"confiança):\n")
print(ESPACOS5,"1 2 3 4 5 6 7 8 9\n\n")
print(ESPACOS6)
print("Confirme sua resposta apertando ENTER\n")
self.escolha=input("Resposta:")
#print(ESPACOS9,"Pressione ENTER para iniciar a próxima etapa.")
#input()