Skip to content

Commit 0a04746

Browse files
Merge pull request #2488 from avinashkranjan/deepsource-transform-9a7c95b7
format code with autopep8
2 parents dcf9821 + 0a6e5a9 commit 0a04746

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AI_Guess_a_number/Guess_a_number.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
import random
33

4+
45
def play_game():
56
print("Welcome to the Number Guessing Game!")
67
print("Think of a number between 1 and 100, and I will try to guess it.")
@@ -29,4 +30,5 @@ def play_game():
2930
else:
3031
print("Invalid input. Please try again.")
3132

33+
3234
play_game()

0 commit comments

Comments
 (0)