Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Sep 2nd, 2014
141
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
def shift_n_letters(letter, n):
letter = ord(letter) + n%26
return chr(letter)
print shift_n_letters('s', 13)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💡 EASY MONEY GUIDE ✅ Working 🚨🔥
JavaScript | 1 min ago | 0.20 KB
Untitled
Haxe | 2 min ago | 1.43 KB
🚀 Swapzone +37% glitch
JavaScript | 10 min ago | 0.22 KB
Contains Duplicate - LeetCode
Java | 14 min ago | 1.30 KB
⭐Make $15OO in 2O minutes⭐ 📌📝
JavaScript | 15 min ago | 0.20 KB
# tk_5x5_Sudoku_Slider.py
Python | 23 min ago | 9.52 KB
🚨 Free Crypto Method 🚨
JavaScript | 33 min ago | 0.22 KB
⭐Profit Method⭐ 🔥💵
JavaScript | 35 min ago | 0.20 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!