Skip to content

Commit 12c1e88

Browse files
committed
sq
1 parent 0ff631a commit 12c1e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordGuessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
if (set(dots) == set(win)):
5252
with open ("WordGuessing_ranking.csv","a") as file:
5353
file.write(f"{first_name},{last_name},{win} \n")
54-
print(f"Congratulations {first_name}, You Won.{dots}")
54+
print(f"Congratulations {first_name}, You Won.{dots}, in {i} tries.")
5555
break
5656

5757
if (i==a) and not (set(dots) == set(win)):

0 commit comments

Comments
 (0)