'Refactored by Sourcery'

This commit is contained in:
Sourcery AI
2023-05-24 23:55:27 +00:00
committed by amjad
parent 7c1e336f14
commit 71d02673a9
70 changed files with 582 additions and 835 deletions

View File

@@ -39,7 +39,6 @@ def game() -> None:
print("\nHuh, I Knew I was unbeatable")
print("And here is how i did it")
print_solution(comp_guess)
input()
else:
original_number = float(input("\nHUH!! what was you original number? "))
@@ -50,7 +49,6 @@ def game() -> None:
)
print("Here is how i did it")
print_solution(comp_guess)
input()
else:
print("\nSo you think you're so smart, EH?")
print("Now, Watch")
@@ -60,14 +58,14 @@ def game() -> None:
if believe_me.lower() == "yes":
print("\nOk, Lets play again sometime bye!!!!")
input()
else:
print("\nYOU HAVE MADE ME VERY MAD!!!!!")
print("BY THE WRATH OF THE MATHEMATICS AND THE RAGE OF THE GODS")
print("THERE SHALL BE LIGHTNING!!!!!!!")
print_lightning_bolt()
print("\nI Hope you believe me now, for your own sake")
input()
input()
if __name__ == "__main__":