'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

@@ -107,9 +107,7 @@ def play_game() -> bool:
rom_angle = random.randint(0, 359)
rom_distance = random.randint(100, 300)
rom_angular_velocity = random.randint(10, 30)
hour = 0
while hour < 7:
hour += 1
for hour in range(1, 8):
print()
print()
print(f"THIS IS HOUR {hour}, AT WHAT ANGLE DO YOU WISH TO SEND")