Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Ascii Sum
a guest
Feb 20th, 2016
227
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
main
(
)
:
string
=
input
(
"Enter your message: "
)
sum
=
0
for
char
in
string
:
print
(
"char is {}"
.
format
(
char
)
)
sum
+
=
ord
(
char
)
print
(
"sum is:
\'
{}
\'
"
.
format
(
sum
)
)
main
(
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
This month smells like money
CSS | 16 min ago | 1.05 KB
✅ API Flaw Money Method
CSS | 16 min ago | 1.05 KB
⭐ Exploit Documentation ⭐
CSS | 16 min ago | 1.05 KB
How to Automate PDF Processing in Python: A C...
Python | 1 day ago | 7.61 KB
HTML Simple Flexbox Layout
HTML 5 | 1 day ago | 2.13 KB
LLM-Generated Epub Reader In FreeBASIC (DOS/L...
FreeBasic | 2 days ago | 43.20 KB
webshell.php
PHP | 2 days ago | 1.27 KB
[TLF 18] - 322 / THE BLACKWIGHT
2 days ago | 3.33 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!