feat: update guess number
This commit is contained in:
@@ -10,7 +10,7 @@ if __name__ == "__main__":
|
|||||||
print(f'Found it, the number is: {num}')
|
print(f'Found it, the number is: {num}')
|
||||||
exit(0)
|
exit(0)
|
||||||
elif n < num:
|
elif n < num:
|
||||||
print('Less than the number')
|
print('Too small, guess again')
|
||||||
else:
|
else:
|
||||||
print('Greater than the number')
|
print('Too big, guess again')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user