Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Sep 29th, 2025
43
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
class NewClass:
def __init__(self, value):
self.st = str(value)
def __str__(self):
return f"My value is {self.st}"
a = str(123)
b = NewClass(123)
print(a)
print(b)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Profit Method⭐⭐⭐
Java | 5 sec ago | 0.15 KB
⭐✅ MAKE $2000 INSTANTLY ⭐
JavaScript | 7 sec ago | 0.25 KB
⭐✅ Jack's Profit Method ⭐
JavaScript | 15 sec ago | 0.25 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 17 sec ago | 0.15 KB
⭐✅ MAKE $2500 IN 15 MIN ⭐
JavaScript | 25 sec ago | 0.25 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 28 sec ago | 0.15 KB
⭐ Instant BTC Profit Method ⭐
JavaScript | 34 sec ago | 0.25 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 40 sec ago | 0.15 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!