bye
This commit is contained in:
parent
8db5c9c7d0
commit
0e4cd2427a
@ -5,7 +5,7 @@ answered = 0
|
||||
def correct():
|
||||
global score
|
||||
score+=1
|
||||
print("Correct!")
|
||||
print("\nCorrect!")
|
||||
while True:
|
||||
'''
|
||||
Conversion ----- 2 -> 10
|
||||
@ -68,7 +68,7 @@ while True:
|
||||
else:
|
||||
print(f"No, the answer was {answer}")
|
||||
if type_int == 1:
|
||||
answer_in_bin_or_den = random.randint(0,1)
|
||||
answer_in_bin_or_den = random.randint(0,0)
|
||||
if answer_in_bin_or_den == 1:
|
||||
print("Answer in Base 10\n")
|
||||
if answer_in_bin_or_den == 0:
|
||||
|
Loading…
Reference in New Issue
Block a user