Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ solution2.py
File
solution2.py
Misc/Caesar_Cipher_Encryptor/solution2.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
string
import
ascii_lowercase
as
letters
2
3
4
def
shift(list, num):
Callers
nothing calls this directly
Calls
1
cipher
Function · 0.85
Tested by
no test coverage detected