Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Two's complement test
B1KMusic
Feb 7th, 2015
427
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/usr/bin/env python3
def
tc
(
n
)
:
return
~
n +
1
i
=
5
print
(
"tc(%i) = %i"
%
(
i
,
tc
(
i
)
)
)
# Prints "tc(5) = -5"
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅✅ Money leaks on our channel ✅✅
JavaScript | 46 sec ago | 0.67 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 2 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 4 min ago | 0.67 KB
🚨🚨 +100,000$ in 1 month
JavaScript | 7 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 9 min ago | 0.67 KB
✅✅ Method to earn 3,000$ in BTC
JavaScript | 11 min ago | 0.67 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 13 min ago | 0.67 KB
🔥🔥🔥 Exploit BTC Exchange
JavaScript | 15 min ago | 0.67 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!