Skip to content

Commit

Permalink
Update sequence.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 18, 2024
1 parent 274a640 commit 270a50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_6/no_arithmetic_progressions/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def sequence(n: int) -> int:
"""
A function f(n), which returns the n-th member of sequence.
Function f(n), which returns the n-th member of sequence.
Consider a sequence, which is formed by the following rule:
next term is taken as the smallest possible non-negative integer,
Expand Down

0 comments on commit 270a50e

Please sign in to comment.