Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
# b_tempfile.py
here2share
Mar 30th, 2021
(
edited
)
303
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
# b_tempfile.py
import
os
import
tempfile
fd
,
path
=
tempfile
.
mkstemp
(
)
try
:
with
os
.
fdopen
(
fd
,
'w'
)
as
tmp:
# do stuff with temp file
tmp.
write
(
'stuff'
)
finally
:
os
.
remove
(
path
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
JavaScript | 2 min ago | 1.18 KB
EARN $900 INSTANTLY 2025⭐ 8F
JavaScript | 4 min ago | 0.05 KB
Products.js
JavaScript | 17 min ago | 1.18 KB
Make $1000 15-MINUTES (BEGINNER) HA
JavaScript | 18 min ago | 0.05 KB
NWS JSON without alert
JSON | 30 min ago | 0.21 KB
EARN $900 INSTANTLY 2025 XH
JavaScript | 31 min ago | 0.05 KB
NWS JSON with alerts
JSON | 32 min ago | 19.54 KB
Order.js
JavaScript | 33 min ago | 1.18 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!