Skip to content

Commit 0a6e5a9

Browse files
style: format code with autopep8
Format code with autopep8 This commit fixes the style issues introduced in cdb5127 according to the output from Autopep8. Details: https://app.deepsource.com/gh/avinashkranjan/Amazing-Python-Scripts/transform/9555027a-5731-4f9a-9d62-b319cf750f12/
1 parent eed645c commit 0a6e5a9

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)