Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 24, 2024
1 parent ad9ad14 commit f46a2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/beecrowd/3302/3302.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

for line in sys.stdin:
for index in range(1, int(line) + 1):
print(f"resposta {index}: {input()}")
print(f'resposta {index}: {input()}')

0 comments on commit f46a2ee

Please sign in to comment.