Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 8th, 2017
126
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
class
C:
pass
class
B
(
C
)
:
pass
x
=
B.__bases__
delete
=
[
'<class
\'
__main__.'
,
'class'
]
line
=
str
(
)
for
c
in
x:
for
word
in
delete:
line
=
line.
replace
(
word
,
""
)
print
(
line
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
UserPremium
GetText | 1 hour ago | 0.99 KB
Temperatura e Umidade no Arduino
C++ | 2 hours ago | 1.60 KB
News Nov28 25
Email | 4 hours ago | 109.76 KB
luart decryptor
Lua | 4 hours ago | 6.05 KB
Untitled
Lua | 6 hours ago | 3.91 KB
devkit running
Bash | 7 hours ago | 13.11 KB
GhostPing
Bash | 7 hours ago | 0.63 KB
StartupMovement
Lua | 7 hours ago | 3.57 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!