How to generate secure temporary file name using Python?
Answers
Answered by
0
☆☞ Here is ur answer ☜☆
✔✔ To create one temporary file in Python, you need to import the tempfile module.
✔✔ As explained above, we have created the temporary file using the TemporaryFile() function.
✔✔ From the output, you can see that the created object is actually not a file, it is a file-like object
HOPE IT HELPS!
Answered by
0
hello!!
☆☞ Here is ur answer ☜☆
✔✔ To create one temporary file in Python, you need to import the tempfile module.
✔✔ As explained above, we have created the temporary file using the TemporaryFile() function.
✔✔ From the output, you can see that the created object is actually not a file, it is a file-like object
HOPE IT HELPS!
Similar questions