Skip to content

Commit

Permalink
add:print
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloridust committed Apr 30, 2024
1 parent 8ff401f commit fe2a8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guessID.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ def split_and_verify_range(option_range):
result = "\n".join(cache)
with open('resultID.txt', 'a') as f:
f.write(result)
print(result)

0 comments on commit fe2a8e0

Please sign in to comment.