Skip to content

Commit

Permalink
style: adhere to PEP8 styling technique
Browse files Browse the repository at this point in the history
  • Loading branch information
R-HYTE committed Jul 4, 2024
1 parent 7f381da commit 24a84cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 0x0A-primegame/0-prime_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
removing their multiples from a set of consecutive integers.
"""


def isWinner(x, nums):
"""
Determines the winner after x rounds of the game.
Expand Down

0 comments on commit 24a84cc

Please sign in to comment.