Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
# rgb_to_int.py
here2share
May 9th, 2025
328
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
# rgb_to_int.py
def
rgb_to_int
(
r
,
g
,
b
)
:
return
(
r *
256
*
256
)
+
(
g *
256
)
+ b
r
,
g
,
b
=
255
,
0
,
0
number
=
rgb_to_int
(
r
,
g
,
b
)
print
(
number
)
# Outputs 16,711,680
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Free ETH Method ⭐⭐ R
JavaScript | 1 sec ago | 0.31 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 6 sec ago | 0.06 KB
⭐ MAKE $90O INSTANTLY⭐⭐ S
JavaScript | 8 sec ago | 0.31 KB
⭐Crypto Exchange Profit Method⭐⭐ L
JavaScript | 15 sec ago | 0.31 KB
⭐ChangeNOW Bug (Get more on BTC swaps)⭐⭐ U
JavaScript | 21 sec ago | 0.31 KB
⭐⭐⭐if you really want more bring up the fire⭐...
Java | 23 sec ago | 0.06 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 28 sec ago | 0.32 KB
⭐ Exploit 50O$ in 15 Minutes⭐⭐ Y
JavaScript | 28 sec ago | 0.31 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!