Pastebin
API
tools
faq
paste
Login
Sign up
View difference between Paste ID:
Ui0Rwmfn
and
YLaNBwvK
SHOW:
old version
|
new version
|
both versions
- or go back to the
newest
paste.
1
import os
2
3
4
pid = os.fork()
5
if pid:
6
7
print("parent")
8
os.waitpid(pid, 0)
9
10
else:
11
12
print("child")
Public Pastes
✅ Crypto Accounts J
JavaScript | 1 sec ago | 0.03 KB
FREE BTC GUIDE 9
JavaScript | 8 sec ago | 0.03 KB
Make $1200 in 15 minutes
JavaScript | 10 sec ago | 0.08 KB
FREE BTC GUIDE
JavaScript | 44 sec ago | 0.08 KB
✅ Account Leaks
JavaScript | 1 min ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 1 min ago | 0.08 KB
MAKE $500 INSTANTLY
JavaScript | 2 min ago | 0.08 KB
✅ PayPal Hits
JavaScript | 2 min ago | 0.08 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!