Skip to content

Commit

Permalink
show READMEs daily
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Nov 15, 2024
1 parent 4cda4d9 commit 7a60f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cdiiddwpgswtgt

```py
a = ord('a')
for i in range(25):
for i in range(26):
print(i, ''.join(chr(a + (ord(c) - a + i) % 26) for c in 'cdiiddwpgswtgt'))
```

Expand Down

0 comments on commit 7a60f93

Please sign in to comment.